Removed non-working commands

This commit is contained in:
Patrick Alvin Alcala 2025-09-22 12:48:12 +08:00
parent 7c4f4b133d
commit 8c08614416

View file

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