fix: dkprune image flag documentation
This commit is contained in:
parent
f7504081bf
commit
0e0f9d6f54
@ -1 +1 @@
|
||||
Subproject commit f22273a72b3f1c15085f2d4a43e8d785bf48c822
|
||||
Subproject commit 4bb6e4f64ab3820ab9fae6716cd59479d34b7edf
|
@ -1 +1 @@
|
||||
Subproject commit d8d48b7a8ce12605378fba6391348b99e8a7a4c1
|
||||
Subproject commit 67f0d0025b118e7e328396d7732d97415a9afda4
|
@ -1 +1 @@
|
||||
Subproject commit 5c7db4055d89f9057d562f4f8b9d03189c9f9786
|
||||
Subproject commit 97847309cbffbb33e442f07b8877d20322a26922
|
@ -1 +1 @@
|
||||
Subproject commit 682fa459173208997092adf872baa66a7f04692d
|
||||
Subproject commit a2ff4b42e1d446738bf260b245208005fb555d6d
|
@ -1 +1 @@
|
||||
Subproject commit a03265ed97ef52680732809f274ae18ac4a61a33
|
||||
Subproject commit 61553aeb3d5ca8c11eea8be6eadf478062982ac9
|
@ -1,4 +1,4 @@
|
||||
if [ ! -w '/var/run/docker.sock' ]; then
|
||||
if ! [ -w '/var/run/docker.sock' ]; then
|
||||
alias docker='sudo docker'
|
||||
alias docker-compose='sudo docker-compose'
|
||||
fi
|
||||
|
@ -1 +1 @@
|
||||
Subproject commit 0066280c3e971e1e45a9037f6d0b993dabcc3576
|
||||
Subproject commit 50a526f209a182add8a47e362e1c9a3bfd7c5af4
|
2
.pyenv
2
.pyenv
@ -1 +1 @@
|
||||
Subproject commit 03a5d65387db282f77a8bc92581cd734133329b5
|
||||
Subproject commit a8f921ce4dfeb190d45d0372379b366b43030695
|
@ -10,8 +10,8 @@ Options:
|
||||
-c Remove stopped containers
|
||||
-C Remove all containers
|
||||
-v Remove unused volumes
|
||||
-i Remove unused images
|
||||
-I Remove all images
|
||||
-i Remove build images
|
||||
-I Remove unused images
|
||||
-n Remove unused networks
|
||||
-a All of the above, equivalent of -CvIn
|
||||
EOF
|
||||
|
Loading…
Reference in New Issue
Block a user