minus-squarecarl_dungeon@lemmy.worldtoSysadmin@lemmy.ml•Reconstruct Docker containers config from a running machine?linkfedilinkarrow-up1·1 year agoWell you can at least connect to the running container with a shell and see what processes are running, and maybe copy some binaries and config out of it into the local file system. You can also use $ docker inspect to get some more info. linkfedilink
Well you can at least connect to the running container with a shell and see what processes are running, and maybe copy some binaries and config out of it into the local file system.
You can also use $ docker inspect to get some more info.