Docker now !
Build ship and run any app anywhere
A container is a LightWeight VM
Engine
Registry
Dockerfile
Image
Volumes
Orchestrator
How it works
docker build your_dockerfile
docker run -v /home/mine/data:/data -p 8080:80 image
docker push image
Run applications everywhere
By Mohamed BOUCHENAFA
DRAFT