mirror of
https://github.com/clearlinux/docker.git
synced 2026-08-28 13:25:42 +00: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)
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