Removed non-working commands
This commit is contained in:
parent
7c4f4b133d
commit
8c08614416
1 changed files with 0 additions and 13 deletions
13
README.md
13
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue