Skip to content

Instantly share code, notes, and snippets.

@Ramarti
Last active November 21, 2018 12:17
Show Gist options
  • Save Ramarti/f929deec88481b1abb1a94687926da91 to your computer and use it in GitHub Desktop.
Save Ramarti/f929deec88481b1abb1a94687926da91 to your computer and use it in GitHub Desktop.
Docker commands
# Restart one service
docker-compose -f local.yml build --no-cache $(docker ps --format '{{.Names}}' --filter=ancestor=ethichub_local_vue)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment