/42-C-docker

Primary LanguageDockerfile

42-C-docker

What is a docker container? docker container is just an environment with all necessary installations done for the app running on the container. Each container has a running app and each container itself runs on top of the docker engine which itself runs on top of the host OS.