Hi,
I have created a new docker container that allows you to generate a docker-compose file for any container that runs in your system, even if it wasn’t created using docker-compose.
2 Likes
Wow, worked straight off and it is quick!
Perversely I ran it from the command line, not via compose:
docker run -p 8080:8080 -v /var/run/docker.sock:/var/run/docker.sock --name decompose techblog/decompose
1 Like