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
commit 4730ed1b78
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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