Browse Source

Makefile extended to status docker containers

master
Dirk Alders 1 year ago
parent
commit
43ddb30906
1 changed files with 3 additions and 0 deletions
  1. 3
    0
      Makefile

+ 3
- 0
Makefile View File

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

Loading…
Cancel
Save