Skip to content

Instantly share code, notes, and snippets.

@andrewssobral
Last active November 28, 2017 11:02
Show Gist options
  • Save andrewssobral/94397c67839a88de85d03cca2c77612c to your computer and use it in GitHub Desktop.
Save andrewssobral/94397c67839a88de85d03cca2c77612c to your computer and use it in GitHub Desktop.
# remove docker containers from specific image
docker rm -f $(docker ps -a -f "ancestor=activeeon/visdom_server" -q)
# run in background
nohup command &>/dev/null &
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment