File tree Expand file tree Collapse file tree 2 files changed +2
-8
lines changed
Expand file tree Collapse file tree 2 files changed +2
-8
lines changed Original file line number Diff line number Diff line change @@ -4,12 +4,6 @@ This Docker image allows you to run the MegaRAC Aster BMC Java iKVM Viewer in a
44
55The iKVM viewer could be accessed via the Web UI or VNC, with the help of [ baseimage-gui] ( https://github.com/jlesage/docker-baseimage-gui ) .
66
7- ## Building the Docker Image
8-
9- ``` bash
10- docker build ./docker -t megarac-aster-ikvm
11- ```
12-
137## Usage
148
159### Configuration
@@ -35,7 +29,7 @@ docker run --rm \
3529 -p 5800:5800 \
3630 -p 5900:5900 \
3731 -v ./iso:/iso \
38- megarac-aster-ikvm
32+ ghcr.io/nthu-lsalab/ megarac-aster-ikvm:latest
3933```
4034
4135The Web UI will be available at ` http://localhost:5800/ ` , and the VNC server will be available at ` localhost:5900 ` .
Original file line number Diff line number Diff line change @@ -56,5 +56,5 @@ docker run --rm \
5656 -e BMC_PASS=${BMC_PASS} \
5757 ${MOUNT_ARG} \
5858 ${PORT_ARG} \
59- megarac-aster-ikvm
59+ ghcr.io/nthu-lsalab/ megarac-aster-ikvm:latest
6060
You can’t perform that action at this time.
0 commit comments