Last active
June 13, 2018 09:32
-
-
Save bashkirtsevich/7cf2f5f03c437907aad1cf717037b4ea to your computer and use it in GitHub Desktop.
Docker makefile
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
| .DEFAULT_GOAL := help | |
| help: ## This help. | |
| @awk 'BEGIN {FS = ":.*?## "} /^[a-zA-Z_-]+:.*?## / {printf "\033[32m%-10s\033[0m %s\n", $$1, $$2}' $(MAKEFILE_LIST) | |
| list: ## Show all containers | |
| docker ps -a |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment