Fix typo
This commit is contained in:
parent
9db1ccdf2c
commit
94dadd85a0
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue