moby--moby/contrib/desktop-integration
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
..
chromium DOCKER_VERSION and docker-version havn't been implemented. 2014-10-21 16:04:11 +10:00
gparted .: remove trailing white spaces 2015-03-25 13:38:17 -04:00
README.md Update desktop integration examples to be more up to date. 2014-10-09 17:13:13 -07:00

README.md

Desktop Integration

The ./contrib/desktop-integration contains examples of typical dockerized desktop applications.

Examples

  • Chromium: ./chromium/Dockerfile shows a way to dockerize a common application
  • Gparted: ./gparted/Dockerfile shows a way to dockerize a common application w devices