Overview¶
This is our developer docs about Docker. Our docs includes:
Part 1: Orientation and setup¶
- Images and containers
- Install Docker
Part 2: Containers¶
- Define a container with Dockerfile
- Build the app
- Run the app
- Share your image
Part 3: Services¶
- About services
- docker-compose.yml file
Part 4: Swarms¶
- Understanding Swarm clusters
- Set up your swarm
- Deploy your app on the swarm cluster
Part 5: Stacks¶
- Add a new service and redeploy
- Persist the data