Virtual JBoss User Group, 9th Sep 2014
yum install wildflyyum install docker-registry
http://www.reddit.com/r/pics/comments/nf8la/im_always_tempted_to_switch_two_random_cables_to/
http://www.shedworking.co.uk/2012/03/nuts-and-bolts-cable-ties.html
A project to manage containers
...and images
| VM (KVM, VMware) | Container (LXC, Docker) |
|---|---|
| We need to run the whole OS to start the process. | We launch processes directly, without botting the OS. |
| Virtual Machine (KVM, VMware) | Container (LXC, Docker) | |
|---|---|---|
| Hardware | Simulated | Uses it (almost) directly |
| Supported OS'es | Almost any | Only Linux |
| Startup time | Seconds to minutes | Miliseconds |
| Scalability | A few | Sky is the limit (thousands) |
| Size | HUGE | Small |
http://www.jboss.org/docker/
https://registry.hub.docker.com/repos/jboss/
https://github.com/jboss/dockerfiles
iptables for network/sys/fs/cgroup/ for everything elsedocker run -c 512 [...]docker run -m 128m [...]nsentersshd inside of the container (boooo...)--net hostAttributions: