https://github.com/null-none/docker-ipmi-kvm
A Dockerfile to make it easy to use the ipmi kvm on hosts
https://github.com/null-none/docker-ipmi-kvm
Last synced: 9 months ago
JSON representation
A Dockerfile to make it easy to use the ipmi kvm on hosts
- Host: GitHub
- URL: https://github.com/null-none/docker-ipmi-kvm
- Owner: null-none
- License: apache-2.0
- Created: 2020-08-23T16:38:29.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-08-23T17:00:06.000Z (over 5 years ago)
- Last Synced: 2025-01-26T09:28:37.525Z (about 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 751 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## docker-ipmi-kvm
This container runs:
* Xvfb - X11 in a virtual framebuffer
* x11vnc - A VNC server that scrapes the above X11 server
* [noNVC](https://kanaka.github.io/noVNC/) - A HTML5 canvas vnc viewer
* Fluxbox - a small window manager
* Firefox - For browsing IPMI consoles
* Java-plugin - Because... you need java to access most IPMI KVM Consoles.
## Run It
# on a remote host that can reach ipmi
$ docker run -p 6080:6080 kal1sha/ipmi-kvm-docker
# Now on your laptop
http://localhost:6080