mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
44fe8cbbd1
These were found using `git grep -nE '[^-a-zA-Z0-9<>]-[a-zA-Z0-9]{2}'` (fair warning: _many_ false positives there). Docker-DCO-1.1-Signed-off-by: Andrew Page <admwiggin@gmail.com> (github: tianon) |
||
---|---|---|
.. | ||
data | ||
iceweasel | ||
README.md |
Desktop Integration
The ./contrib/desktop-integration contains examples of typical dockerized desktop applications.
Examples
- Data container: ./data/Dockerfile creates a data image sharing /data volume
- Iceweasel: ./iceweasel/Dockerfile shows a way to dockerize a common multimedia application