Skip to content

Instantly share code, notes, and snippets.

@emilioSp
Created May 6, 2020 11:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save emilioSp/000315e66ef54b79567b20a4842184b1 to your computer and use it in GitHub Desktop.
Save emilioSp/000315e66ef54b79567b20a4842184b1 to your computer and use it in GitHub Desktop.
Start container only if it is not already running
docker ps --format '{{.Names}}' | egrep '^container_name$' || docker run --rm --detach --name container_name org/container_name
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment