Last active
May 24, 2019 22:31
-
-
Save nicksherron/4dfc454bf32472009812f4339390c104 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
| echo alias docker-compose="'"'sudo docker run --rm \ | |
| -v /var/run/docker.sock:/var/run/docker.sock \ | |
| -v "$PWD:/rootfs/$PWD" \ | |
| -w="/rootfs/$PWD" \ | |
| docker/compose:1.24.0'"'" >> ~/.bashrc |
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
| echo alias docker-compose="'"'sudo docker run --rm \ | |
| -v /var/run/docker.sock:/var/run/docker.sock \ | |
| -v "$PWD:/rootfs/$PWD" \ | |
| -w="/rootfs/$PWD" \ | |
| docker/compose:1.24.0'"'" >> ~/.zshrc |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment