Inspecting Containers

LEVEL 0

The Problem

You need to know details about a running container:

  • What’s its IP address?
  • What ports are mapped?
  • What environment variables are set?
  • When was it created?
  • What image is it using?

You can’t just look at the container — you need to query this metadata.