UniKlo / 42-C-docker

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About


Languages

Language:Dockerfile 95.0%Language:Shell 5.0%