Understanding the tools sets in Docker ecosystem

Docker Engine Docker Engine is our lightweight and powerful open source containerization technology combined with a work flow for building and containerizing your applications. Docker Engine is a client-server application…

Read more »
docker-compose

docker-compose prepends current directory name to named volumes

Issues – docker-compose prepends current directory name to named volumes What actually happens is that the named volume gets prepended with (a simplified version of) the directory name from which the…

Read more »