Assignment for docker day 1

Q1. Explain What is Docker Container with image? Docker container is an independent application that is light weight . And which will be having 1 Root FS, 1 MNT NS , 1Networks NS , and 1 PID NS .Docker images are files that can be loaded into the container. The docker image which can be loaded into a container only if the Root File System of docker container is compatible with the image. Q2. What is the difference between docker

Read more