wip trying to launch worpdress
This commit is contained in:
6
Makefile
6
Makefile
@@ -54,12 +54,14 @@ up: $(VOLUMES_D)
|
||||
list:
|
||||
@echo $(B_YELLOW)"\nimages:"$(RESET)
|
||||
@$(SUDO) docker images -a
|
||||
@echo $(B_YELLOW)"\ncontainers:"$(RESET)
|
||||
@$(SUDO) docker ps -a
|
||||
@echo $(B_YELLOW)"\nvolumes:"$(RESET)
|
||||
@$(SUDO) docker volume ls
|
||||
@echo $(B_YELLOW)"\nvolumes content:"$(RESET)
|
||||
@ls $(VOLUMES_D)
|
||||
@echo $(B_YELLOW)"\nnetworks:"$(RESET)
|
||||
@$(SUDO) docker network ls
|
||||
@echo $(B_YELLOW)"\ncontainers:"$(RESET)
|
||||
@$(SUDO) docker ps -a
|
||||
@echo ""
|
||||
|
||||
# remove project images and containers not used
|
||||
|
||||
Reference in New Issue
Block a user