Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save oviniciusfeitosa/546c24a62516c7cb45b3fe7a43001833 to your computer and use it in GitHub Desktop.
Save oviniciusfeitosa/546c24a62516c7cb45b3fe7a43001833 to your computer and use it in GitHub Desktop.
Keep Docker Container running while execute `docker attach` command and exit
$ docker ps
$ docker attach --sig-proxy=false hopeful_wozniak
** CTRL + P + Q = detach and keep docker container running
$ docker ps
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment