Docker
Deployment and Installation; Containerisation of Different Applications
Last updated
Was this helpful?
Deployment and Installation; Containerisation of Different Applications
Last updated
Was this helpful?
Was this helpful?
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
3