Skip to content

Instantly share code, notes, and snippets.

@bashkirtsevich
Last active June 13, 2018 09:32
Show Gist options
  • Select an option

  • Save bashkirtsevich/7cf2f5f03c437907aad1cf717037b4ea to your computer and use it in GitHub Desktop.

Select an option

Save bashkirtsevich/7cf2f5f03c437907aad1cf717037b4ea to your computer and use it in GitHub Desktop.
Docker makefile
.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