Created
January 28, 2019 20:48
-
-
Save willishq/b8b0f59e1de541a79b9aede0ff0ba088 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
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