Skip to content

Instantly share code, notes, and snippets.

@theamanbhargava
Created June 2, 2021 19:21
Show Gist options
  • Select an option

  • Save theamanbhargava/1028d9fe447fb222a50d78e0efb71374 to your computer and use it in GitHub Desktop.

Select an option

Save theamanbhargava/1028d9fe447fb222a50d78e0efb71374 to your computer and use it in GitHub Desktop.
get into non running docker container as root
docker exec -u 0 -it {imageId} bash
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment