Hello, World!
Nice work and welcome to the club!
Reconstruct Docker containers config from a running machine?
docker inspect <container_id> tells you everything about the container in json format.
docker inspect <container_id>
Nice work and welcome to the club!