Reconstruct Docker containers config from a running machine?

Hi! I've inherited a machine installed by somebody else who's no longer in the company or the country. The machine is running just fine, but i see no Dockerfiles or docker-compose.yml, and this looks like something that came from a Compose file with a few linked containers.

Is it possible to reconstruct that info from the running containers? I'm still a raw Docker newbie at this point so i don't know if this is even possible, would be helpful not to have to try and contact the person who set it up.

CriticalMiss,

The other comments on this thread had nailed it down but there may be some commands you will need as well, so the command “history” has a journal of what command was ran at what time.

nowonder,

docker inspect <container_id> tells you everything about the container in json format.

carl_dungeon,

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.

randomname01,
scottmeme,

Looks like a really interesting project, might need to tell a few people about this

sudneo,

You can use docker inspect command to dump any meaningful info about the running containers. You can get details about networking, images etc.

Also you can check systemd units (or whatever your system uses) in case they are used to launch containers or docker compose files.

Running ps you should also be ablen to see if docker-compose is used, and in general this uses standard names (docker-compose.yml/.yaml), so you can simply find / -name those.

  • All
  • Subscribed
  • Moderated
  • Favorites
  • sysadmin@lemmy.ml
  • DreamBathrooms
  • ngwrru68w68
  • modclub
  • magazineikmin
  • thenastyranch
  • rosin
  • khanakhh
  • InstantRegret
  • Youngstown
  • slotface
  • Durango
  • kavyap
  • mdbf
  • GTA5RPClips
  • megavids
  • tacticalgear
  • normalnudes
  • tester
  • osvaldo12
  • everett
  • cubers
  • ethstaker
  • anitta
  • Leos
  • cisconetworking
  • provamag3
  • JUstTest
  • lostlight
  • All magazines