Allow setting custom iDRAC vport

This commit is contained in:
Dominik 2020-07-08 09:18:54 +02:00 committed by GitHub
parent dfb6149ecd
commit 9d08d424ad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -1,7 +1,8 @@
FROM jlesage/baseimage-gui:ubuntu-16.04
ENV APP_NAME="iDRAC 6" \
IDRAC_PORT=443
IDRAC_PORT=443 \
IDRAC_VPORT=5900
COPY keycode-hack.c /keycode-hack.c