Skip to content

Commit

Permalink
Update 08-cleaning-up.qmd
Browse files Browse the repository at this point in the history
  • Loading branch information
cansavvy authored Oct 11, 2024
1 parent ad9676f commit 57fb4a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 08-cleaning-up.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ This is okay for a time, but note that these containers and images do take up sp

## Activity Instructions {.panelset}

## Docker
### Docker

To remove a container we can run:
```
Expand All @@ -46,7 +46,7 @@ docker stop $(docker ps -a -q)
docker rmi -f $(docker images -q)
```

## Podman
### Podman

To remove a container we can run
```
Expand Down

0 comments on commit 57fb4a3

Please sign in to comment.