Attaching to Running Containers

LEVEL 0

The Problem

Your container is running. Something’s wrong. You need to look inside.

Maybe you need to:

  • Check if a file exists
  • See what processes are running
  • Test network connectivity
  • Debug why the application isn’t behaving

How do you get “inside” a running container?