Skip to content

Commit

Permalink
Update section-1.md
Browse files Browse the repository at this point in the history
Corrected docker command in the exercise from `docker ps -as` to `docker ps -a`
  • Loading branch information
myverdict authored Mar 12, 2024
1 parent 6d33917 commit d896acd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/part-1/section-1.md
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ Some of the shorthands are legacy version of doing the same thing. You can use e

:::info Exercise 1.2: Cleanup

We have containers and an image that are no longer in use and are taking up space. Running `docker ps -as` and `docker image ls` will confirm this.
We have containers and an image that are no longer in use and are taking up space. Running `docker ps -a` and `docker image ls` will confirm this.

Clean the Docker daemon by removing all images and containers.

Expand Down

0 comments on commit d896acd

Please sign in to comment.