moby--moby/docs/sources/examples
Vincent Batts 7617ec176d .: remove trailing white spaces
blame tibor this one ;-)
```
find . -type f -not -name '*.png' -not -name '*.go' -not -name '*.md'
-not -name '*.tar' -not -name '*.pem' -not -path './vendor/*' -not -path
'./.git/*' -not -path '*/testdata/*' -not -path './docs/*images*' -not
-path '*/testfiles/*' -not -path './bundles/*' -not -path
'./docs/*static*/*' -not -path './docs/*article-img/*' -exec grep -HnEl
'[[:space:]]$' {} \; | xargs sed -iE 's/[[:space:]]*$//'
```

Signed-off-by: Vincent Batts <vbatts@redhat.com>
2015-03-25 13:38:17 -04:00
..
mongodb Use gpg keyserver pool 2015-02-13 09:13:29 -08:00
apt-cacher-ng.Dockerfile Standardize "apt-get install" usage across the repo 2014-07-28 17:41:59 -06:00
apt-cacher-ng.md add Scott's link checker script, and fix what it finds 2014-12-16 14:46:25 +10:00
couchdb_data_volumes.md add Scott's link checker script, and fix what it finds 2014-12-16 14:46:25 +10:00
mongodb.md Use gpg keyserver pool 2015-02-13 09:13:29 -08:00
nodejs_web_app.md Smallest typo correction ever 2015-02-14 17:51:28 +01:00
postgresql_service.Dockerfile .: remove trailing white spaces 2015-03-25 13:38:17 -04:00
postgresql_service.md Use gpg keyserver pool 2015-02-13 09:13:29 -08:00
running_redis_service.md Update Ubuntu image tag to 14.04 2015-01-07 18:12:02 +03:00
running_riak_service.md Consistently use 'sudo docker' in examples 2014-09-16 11:49:05 +10:00
running_ssh_service.Dockerfile Fix for user kicked off after login on some hosts 2014-09-22 13:33:38 +10:00
running_ssh_service.md Minor changes to SSHd example 2014-10-11 16:30:36 -04:00