Skip to content

Instantly share code, notes, and snippets.

@gielfeldt
Created August 17, 2018 10:54
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 gielfeldt/5fd90789a4031e2482ab561dfade12e7 to your computer and use it in GitHub Desktop.
Save gielfeldt/5fd90789a4031e2482ab561dfade12e7 to your computer and use it in GitHub Desktop.
docker-compose exec
#!/bin/bash
CONTAINER=`docker-compose ps -q $1`
de $CONTAINER "${@:2}"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment