From 9d08d424adcd9ef3e5967d41d5daa7abaef86413 Mon Sep 17 00:00:00 2001 From: Dominik Date: Wed, 8 Jul 2020 09:18:54 +0200 Subject: [PATCH] Allow setting custom iDRAC vport --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index c9e2940..3c0b694 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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