Merge pull request #1717 from jalr/patch-1

Fix typo in documentation
This commit is contained in:
nodiscc 2021-03-07 15:06:33 +00:00 committed by GitHub
commit c5cd2f16f4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -194,7 +194,7 @@ $ docker logs -f <container-name-or-first-letters-of-id>
# delete unused images to free up disk space
$ docker system prune --images
# delete unused volumes to free up disk space (CAUTION all data in unused volumes will be lost)
$ docker system prunt --volumes
$ docker system prune --volumes
# delete unused containers
$ docker system prune
```