Skip to content

Instantly share code, notes, and snippets.

@willishq
Created January 28, 2019 20:48
Show Gist options
  • Save willishq/b8b0f59e1de541a79b9aede0ff0ba088 to your computer and use it in GitHub Desktop.
Save willishq/b8b0f59e1de541a79b9aede0ff0ba088 to your computer and use it in GitHub Desktop.
function d-up() {
(CURRENT_UID=$(id -u):$(id -g) docker-compose up -d $*)
}
function d-run() {
(CURRENT_UID=$(id -u):$(id -g) docker-compose run --rm $*)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment