Lab 21:Installing docker in instance and build an image
Installing docker in instance and build an image What is docker? Docker is containerization platform that packages your application and all its dependencies together in the form of containers to ensure that your applications works seamlessly any environment. Why we use-----------> to building fast development fast,migration fast ,most important is cost and resources utilization is more Where------------- > where all kinds of apps you can move How to-------------> do install the docker engine(yum or apt-get by enabling EPEI ) Some keywords: Image 1 Containers 3. Docker file 4. Docker compose 5. Docker swarm 6. Docker repo 7. Docker hub 8. ...
Comments
Post a Comment