The Docker roadmap talks about seccomp support. There is an AppArmor policy generator called bane, and they're working on security profiles.TipsSources:15 Docker Tips in 5 minutes Last Idsalias dl='docker ps -l -q' docker run ubuntu echo hello world docker commit $(dl) helloworld ...