mirror of
https://github.com/DomiStyle/docker-idrac6.git
synced 2024-12-22 13:55:21 +01:00
Merge remote-tracking branch 'antpk/master' into lib-load
This commit is contained in:
commit
f563d39b36
@ -1,9 +1,13 @@
|
|||||||
FROM jlesage/baseimage-gui:alpine-3.7
|
FROM jlesage/baseimage-gui:ubuntu-16.04
|
||||||
|
|
||||||
ENV APP_NAME="iDRAC 6" \
|
ENV APP_NAME="iDRAC 6" \
|
||||||
IDRAC_PORT=443
|
IDRAC_PORT=443
|
||||||
|
|
||||||
RUN apk add --no-cache openjdk7-jre
|
RUN apt-get update
|
||||||
|
RUN apt-get -y install software-properties-common
|
||||||
|
RUN add-apt-repository ppa:openjdk-r/ppa
|
||||||
|
RUN apt-get update
|
||||||
|
RUN apt-get -y install openjdk-7-jdk
|
||||||
|
|
||||||
RUN mkdir /app && \
|
RUN mkdir /app && \
|
||||||
chown ${USER_ID}:${GROUP_ID} /app
|
chown ${USER_ID}:${GROUP_ID} /app
|
||||||
|
BIN
app/avctKVM.jar
Normal file
BIN
app/avctKVM.jar
Normal file
Binary file not shown.
BIN
app/lib/avctKVMIOLinux64.jar
Normal file
BIN
app/lib/avctKVMIOLinux64.jar
Normal file
Binary file not shown.
BIN
app/lib/avctVMLinux64.jar
Normal file
BIN
app/lib/avctVMLinux64.jar
Normal file
Binary file not shown.
BIN
app/lib/libavctKVMIO.so
Normal file
BIN
app/lib/libavctKVMIO.so
Normal file
Binary file not shown.
BIN
app/lib/libavmlinux.so
Normal file
BIN
app/lib/libavmlinux.so
Normal file
Binary file not shown.
@ -3,21 +3,15 @@ version: '2'
|
|||||||
services:
|
services:
|
||||||
idrac1:
|
idrac1:
|
||||||
image: domistyle/idrac6
|
image: domistyle/idrac6
|
||||||
|
build:
|
||||||
|
context: ./
|
||||||
restart: always
|
restart: always
|
||||||
|
volumes:
|
||||||
|
- ./app:/app
|
||||||
ports:
|
ports:
|
||||||
- 5800:5800
|
- 5800:5800
|
||||||
- 5900:5900
|
- 5900:5900
|
||||||
environment:
|
environment:
|
||||||
- IDRAC_HOST=idrac1.example.org
|
- IDRAC_HOST=192.168.0.1
|
||||||
- IDRAC_USER=root
|
- IDRAC_USER=root
|
||||||
- IDRAC_PASSWORD=1234
|
- IDRAC_PASSWORD=calvin
|
||||||
idrac2:
|
|
||||||
image: domistyle/idrac6
|
|
||||||
restart: always
|
|
||||||
ports:
|
|
||||||
- 5801:5800
|
|
||||||
- 5901:5900
|
|
||||||
environment:
|
|
||||||
- IDRAC_HOST=idrac2.example.org
|
|
||||||
- IDRAC_USER=root
|
|
||||||
- IDRAC_PASSWORD=1234
|
|
||||||
|
Loading…
Reference in New Issue
Block a user