wip trying to launch worpdress

This commit is contained in:
hugo gogo
2022-09-20 21:10:45 +02:00
parent 334092253f
commit ef8ce69dad
16 changed files with 105 additions and 158 deletions

View File

@@ -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