Makefile extended to status docker containers
This commit is contained in:
parent
cf1bf3f98a
commit
43ddb30906
3
Makefile
3
Makefile
@ -16,6 +16,9 @@ down: ## Stops the docker hub
|
|||||||
restart: ## Restarts the docker hub
|
restart: ## Restarts the docker hub
|
||||||
$(DOCKER_COMP) restart
|
$(DOCKER_COMP) restart
|
||||||
|
|
||||||
|
status: ## Prompt Containers
|
||||||
|
$(DOCKER_COMP) ps
|
||||||
|
|
||||||
shell_%: ## Connects to the application container
|
shell_%: ## Connects to the application container
|
||||||
$(DOCKER_COMP) exec $(subst shell_,,$@) bash
|
$(DOCKER_COMP) exec $(subst shell_,,$@) bash
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user