Docker
Docker is an open-source
project based on Linux containers for developing, shipping, and running applications.
Docker is an open-source
project based on Linux containers for developing, shipping, and running applications.
# Check docker
docker version
sudo docker run hello-world
cannot be run directly on Non-Linux platform
natively because it user Linux specific Kernel featurerun inside Docker-Machine
multiple containers
uses yaml
files to store the configuration of all the containersweb app, postgres and redis
internal connection