nowonder@nwdr.clubtoSysadmin@lemmy.ml•Reconstruct Docker containers config from a running machine?
1·
1 year agodocker inspect <container_id>
tells you everything about the container in json format.
docker inspect <container_id>
tells you everything about the container in json format.
Nice work and welcome to the club!