├── Dockerfile ├── README.md ├── docker-compose.yaml └── root └── etc ├── cont-init.d └── 30-config └── services.d └── hyperhdr └── run /Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/appleimperio/docker-hyperhdr/HEAD/Dockerfile -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/appleimperio/docker-hyperhdr/HEAD/README.md -------------------------------------------------------------------------------- /docker-compose.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/appleimperio/docker-hyperhdr/HEAD/docker-compose.yaml -------------------------------------------------------------------------------- /root/etc/cont-init.d/30-config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/appleimperio/docker-hyperhdr/HEAD/root/etc/cont-init.d/30-config -------------------------------------------------------------------------------- /root/etc/services.d/hyperhdr/run: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/appleimperio/docker-hyperhdr/HEAD/root/etc/services.d/hyperhdr/run --------------------------------------------------------------------------------