Avishai Ish-Shalom (@nukemberg)
We link the containers and...
java -Xmx?
Need to configure from the outside
Same problem for external IP, external ports, etc.
Pretty much runs out of the box...
Write error: No space left on device
docker run --user=1100 --ulimit=nproc=1024
NPROC Limit is not per container
Resolved in 1.11 - process cgroup
[26034.240339] Memory cgroup out of memory: Kill process 14760 (mem-hogger) score 997 or sacrifice child
[26034.240341] Killed process 14760 (mem-hogger) total-vm:137324kB, anon-rss:130432kB, file-rss:16kB
since 1.11 - docker-containerd-shim is init
Native performance & Isolation
"Run anywhere"without remote storage
Unmodified applications can run, but expect problems