Learn and understand about containers, and start creating a docker container with 5 simple steps. It compares between physical machines, virtual machines, and containers.
Container features
- Logical packaging
- Faster/lightweight than VM
- Less memory intensive
- Easy deployment
- Reduce delivery time
- Help Dev/IT-ops
- Less bugs
5 steps to create container:
- Develop app.
- Create Dockerfile.
- Build a docker image.
- Run a docker container
- Push to docker hub.