• 8 Posts
  • 67 Comments
Joined 1 year ago
cake
Cake day: June 14th, 2023

help-circle

















  • Docker inspect $container should return you most of the info for the container. You can also get a shell inside the container via docker exec -it $container sh. If you have a dockerfile for the container you can see how the container has been set up.

    Additionally the shell history can also yield useful information on what has been done. Docker saves the logs of running containers in /var/lib/docker/containers