Merge pull request #1308 from gorjan-mishevski/patch-1

Update index.md
This commit is contained in:
Mahmoud Zalt
2017-12-11 18:10:05 +01:00
committed by GitHub

View File

@ -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