Once you’ve configured a Docker container, you’ll probably want to see how it’s configured. In this video excerpt from the Pearson/Addison-Wesley training course “Docker Containers LiveLessons”, Christopher Negus will show you how to use commands such as

  • docker inspect – View container information
  • Pid – Check process ID of a running container
  • IPAddress – See the IP address of a running container
  • Binds – See bind mounts
  • nsenter – Access a running container’s name spaces

Watch the video:

To read this article in full or to leave a comment, please click here