Last active
November 28, 2017 11:02
-
-
Save andrewssobral/94397c67839a88de85d03cca2c77612c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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