Docker Lab, Excercise & Assignment – 7

Inspect the containers to find out the following information.

  • What environments variables, Env, are available in the containers?
  • What ports are exposed, ExposedPorts, in the containers?
  • What command, Cmd and EntryPoint, is configured to start the container?
  • What command, Path and Arg, is used to start the container?
  • What volumes, Mounts, are mounted in the containers?
Rajesh Kumar
Follow me