1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/contrib/desktop-integration
Tibor Vass 0252ad0adc Revert "Dealing with trailing whitespaces"
The validation script from #10681 is too pedantic, and does not handle
well situations like:

```
cat <<EOF   # or <<-EOF
	Whether the leading whitespace is stripped out or not by bash
	it should still be considered as valid.
EOF
```

This reverts commit 4e65c1c319.

Signed-off-by: Tibor Vass <tibor@docker.com>
2015-03-25 10:04:56 -06:00
..
chromium DOCKER_VERSION and docker-version havn't been implemented. 2014-10-21 16:04:11 +10:00
gparted Revert "Dealing with trailing whitespaces" 2015-03-25 10:04:56 -06:00
README.md Update desktop integration examples to be more up to date. 2014-10-09 17:13:13 -07:00

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