mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
0252ad0adc
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
|
||
---|---|---|
.. | ||
chromium | ||
gparted | ||
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