Relative Content

Tag Archive for mysqldockerdocker-compose

Automate task on docker-compose down

Before each execution of docker-compose down, I would like to run a script that will download the MYSQL table from the container to my host computer. While the command:

Cant build mysql image in docker

I am trying to build a mysql service and it simply not building.
There are two services and the service ‘db’ which is meant for building mysql container is not working.