Skip to content

Commit 6571771

Browse files
committed
feat: use ghcr image
1 parent 31e27b5 commit 6571771

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-8
lines changed

README.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,6 @@ This Docker image allows you to run the MegaRAC Aster BMC Java iKVM Viewer in a
44

55
The 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

4135
The Web UI will be available at `http://localhost:5800/`, and the VNC server will be available at `localhost:5900`.

start.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)