# docker -H 10.43.18.11:2376 --tls logs <container-id>
[2017-09-08T16:16:29,334][INFO ][o.e.n.Node ] [elasticsearch] version[5.5.2], pid[222], build[b2f0c09/2017-08-14T12:33:14.154Z], OS[Linux/4.4.67-1.ph1-esx/amd64], JVM[Oracle Corporation/OpenJDK 64-Bit Server VM/1.8.0_141/25.141-b15]
[2017-09-08T16:16:29,334][INFO ][o.e.n.Node ] [elasticsearch] JVM arguments [-Xms2g, -Xmx2g, -XX:+UseConcMarkSweepGC, -XX:CMSInitiatingOccupancyFraction=75, -XX:+UseCMSInitiatingOccupancyOnly, -XX:+AlwaysPreTouch, -Xss1m, -Djava.awt.headless=true, -Dfile.encoding=UTF-8, -Djna.nosys=true, -Djdk.io.permissionsUseCanonicalPath=true, -Dio.netty.noUnsafe=true, -Dio.netty.noKeySetOptimization=true, -Dio.netty.recycler.maxCapacityPerThread=0, -Dlog4j.shutdownHookEnabled=false, -Dlog4j2.disable.jmx=true, -Dlog4j.skipJansi=true, -XX:+HeapDumpOnOutOfMemoryError, -Des.path.home=/usr/share/elasticsearch]
### lines omitted for brevity ###
[2017-09-08T16:16:32,785][INFO ][o.e.n.Node ] [elasticsearch] initialized
[2017-09-08T16:16:32,785][INFO ][o.e.n.Node ] [elasticsearch] starting ...
[2017-09-08T16:16:32,931][INFO ][o.e.t.TransportService ] [elasticsearch] publish_address {172.16.0.5:9300}, bound_addresses {172.16.0.5:9300}
[2017-09-08T16:16:32,943][INFO ][o.e.b.BootstrapChecks ] [elasticsearch] bound or publishing to a non-loopback or non-link-local address, enforcing bootstrap checks
ERROR: [2] bootstrap checks failed
[1]: max file descriptors [4096] for elasticsearch process is too low, increase to at least [65536]
[2]: max virtual memory areas vm.max_map_count [65530] is too low, increase to at least [262144]
[2017-09-08T16:16:32,957][INFO ][o.e.n.Node ] [elasticsearch] stopping ...
VMware vSphere Integrated Containers 1.0.x
Elasticsearch in production mode enforces the bootstrap parameters. If these parameters are not meet the service will not start.
This is a known issue affecting vSphere Integrated Containers 1.1.
Currently, there is no resolution.
Workaround:
To work around this issue, use one of these options:
https://github.com/vmware/vic/issues/5353