Created
March 18, 2019 11:40
-
-
Save JeremyNevill/6b0dea0074f4cc1e5f3c1660cd7ecc5f to your computer and use it in GitHub Desktop.
Handy aliases for working with Docker and docker-compose
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
| # Handy shell commands for Docker (inc Swarm) | |
| alias dx='docker exec -it' | |
| alias dsl='docker service ls' | |
| alias dil='docker image ls' | |
| alias dsd='docker stack deploy -c docker-compose.yml' | |
| alias dsr='docker stack rm' | |
| alias dc='docker-compose' | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment