From 8c08614416461afb899b8b350c552c03dad5ee6a Mon Sep 17 00:00:00 2001 From: Patrick Alvin Alcala Date: Mon, 22 Sep 2025 12:48:12 +0800 Subject: [PATCH] Removed non-working commands --- README.md | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/README.md b/README.md index c520955..299c16a 100644 --- a/README.md +++ b/README.md @@ -68,13 +68,6 @@ sudo vim docker-compose.yml ``` docker compose up -d ``` -#### Remove the dangling image created - -An node image was created as a requirement for the build process, to ensure dependencies are installed. This image is temporary and should be remove afer the built project is moved to nginx runtime image. - -``` -docker rmi $(docker images -f "dangling=true" -q) -``` ### Podman @@ -84,12 +77,6 @@ docker rmi $(docker images -f "dangling=true" -q) podman-compose up -d ``` -#### Remove the dangling image created - -``` -podman rmi $(docker images -f "dangling=true" -q) -``` - ### Podman Quadlet #### Edit Quadlet Container