Skip to content
Snippets Groups Projects
Commit b2b16def authored by Jan David Mol's avatar Jan David Mol
Browse files

Added command to show composed images

parent 590a553d
No related branches found
No related tags found
No related merge requests found
......@@ -124,6 +124,9 @@ attach: ## attach a service to an existing Tango network
status: ## show the container status
$(DOCKER_COMPOSE_ARGS) docker-compose $(COMPOSE_FILE_ARGS) ps
images: ## show the container images
$(DOCKER_COMPOSE_ARGS) docker-compose $(COMPOSE_FILE_ARGS) images
clean: down ## clear all TANGO database entries
docker volume rm $(BASEDIR)_tangodb
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment