├── Dockerfile ├── LICENSE ├── README.md ├── examples └── openshift-directadmin.yml ├── options.conf └── start.sh /Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hoolia/docker-directadmin/HEAD/Dockerfile -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hoolia/docker-directadmin/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hoolia/docker-directadmin/HEAD/README.md -------------------------------------------------------------------------------- /examples/openshift-directadmin.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hoolia/docker-directadmin/HEAD/examples/openshift-directadmin.yml -------------------------------------------------------------------------------- /options.conf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hoolia/docker-directadmin/HEAD/options.conf -------------------------------------------------------------------------------- /start.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hoolia/docker-directadmin/HEAD/start.sh --------------------------------------------------------------------------------