Преглед изворни кода

Makefile extended to status docker containers

master
Dirk Alders пре 1 година
родитељ
комит
43ddb30906
1 измењених фајлова са 3 додато и 0 уклоњено
  1. 3
    0
      Makefile

+ 3
- 0
Makefile Прегледај датотеку

@@ -16,6 +16,9 @@ down: ## Stops the docker hub
16 16
 restart: ## Restarts the docker hub
17 17
 	$(DOCKER_COMP) restart
18 18
 
19
+status: ## Prompt Containers
20
+	$(DOCKER_COMP) ps
21
+
19 22
 shell_%: ## Connects to the application container
20 23
 	$(DOCKER_COMP) exec $(subst shell_,,$@) bash
21 24
 

Loading…
Откажи
Сачувај