Skip to content

Instantly share code, notes, and snippets.

@wilsonsilva
Created October 23, 2020 11:08
Show Gist options
  • Select an option

  • Save wilsonsilva/e2ea99255382619b5938c5e76a40e604 to your computer and use it in GitHub Desktop.

Select an option

Save wilsonsilva/e2ea99255382619b5938c5e76a40e604 to your computer and use it in GitHub Desktop.
Attach to running docker container by name
# Replace api_app_1 with the name of your container
docker inspect --format="{{.Id}}" api_app_1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment