Docker
Deployment and Installation; Containerisation of Different Applications
Using docker
It makes the deployment, platform independent. Create the application or service in one service, store it in the form of image and ship it to other platform. On another machine we can create an instance (container) of this image, and use the application as using in first platform
Docker vs Virtual Machine
3
Images
Registries
Container
Docker Commands
Add Image to the Private Registry
Create a Container From Image
Using Direct Command
Using docker-compose file
Existing Image to Build New Image
Creating a Dockerfile
Reference for Further Reading
Last updated
Was this helpful?