├── .gitignore ├── Dockerfile ├── LICENSE ├── README.md ├── docker-compose.yml ├── icon.png ├── keycode-hack.c ├── mountiso.sh └── startapp.sh /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DomiStyle/docker-idrac6/HEAD/.gitignore -------------------------------------------------------------------------------- /Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DomiStyle/docker-idrac6/HEAD/Dockerfile -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DomiStyle/docker-idrac6/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DomiStyle/docker-idrac6/HEAD/README.md -------------------------------------------------------------------------------- /docker-compose.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DomiStyle/docker-idrac6/HEAD/docker-compose.yml -------------------------------------------------------------------------------- /icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DomiStyle/docker-idrac6/HEAD/icon.png -------------------------------------------------------------------------------- /keycode-hack.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DomiStyle/docker-idrac6/HEAD/keycode-hack.c -------------------------------------------------------------------------------- /mountiso.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DomiStyle/docker-idrac6/HEAD/mountiso.sh -------------------------------------------------------------------------------- /startapp.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DomiStyle/docker-idrac6/HEAD/startapp.sh --------------------------------------------------------------------------------