parent
e1ccd84c16
commit
fde265ed6a
|
@ -358,7 +358,7 @@ Here are a few things I use to clean things up.
|
|||
```
|
||||
dclean() {
|
||||
processes=`docker ps -q -f status=exited`
|
||||
if [ -n "$processes" ]; thend
|
||||
if [ -n "$processes" ]; then
|
||||
docker rm $processes
|
||||
fi
|
||||
|
||||
|
|
Loading…
Reference in New Issue