Read-only archive. These discussions are from Tracston's earlier
technical forum and are kept online because the answers are still useful.
New replies are closed. Need help with something like this?
Talk to us.
Question
7 Aug 2022
Problem
Manual configuration on a docker container and restarting has prevent the container from running
Solution
Copy your file from the container to your local machine
docker ps -a
docker cp ecc23959035e:/etc/my.cnf .
Fix your settings and copy the file back to the container and start it
docker cp ./my.cnf ecc23959035e:/etc/my.cnf
docker start ecc23959035e
Need this fixed properly?
We do this for a living.
Kubernetes, DevOps and platform engineering, delivered in days — not another weekend lost to a stack trace.
Start a project →