skip to Main Content

Docker compose file for linux Debian and Arch

Hope I'm doing this correctly... First of we are using docker-compose with a yml file. Looking something like that: sudo docker-compose -f docker-compose.yml up -d In the yml file we have something similar to: version: '3.4' services: MyContainer: image: "MyContainer:latest"…

VIEW QUESTION

Docker overlay2 resource is busy – CentOS

I need some help with docker! :D When I have to deploy my application, sometimes I have this error Cannot create container for service db: error creating overlay mount to /var/lib/docker/overlay2/<HASH>-init/merged: no such file or directory OR container <HASH>: driver…

VIEW QUESTION
Back To Top
Search