dlee35 / ipmiview

Docker container for Supermicro® IPMIView

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Docker container for Supermicro® IPMIView

Inspired from solarkennedy/ipmi-kvm-docker

This container runs:

  • Xvfb - X11 in a virtual framebuffer
  • x11vnc - A VNC server that scrapes the above X11 server
  • noNVC - A HTML5 canvas vnc viewer
  • Fluxbox - a small window manager

Usage

wget https://www.supermicro.com/wdl/utility/IPMIView/Linux/IPMIView_2.18.0_build.201007_bundleJRE_Linux_x64.tar.gz
tar zxvf IPMIView_2.18.0_build.201007_bundleJRE_Linux_x64.tar.gz
make
docker run -p 8080:8080 sunfoxcz/ipmiview:latest

Then open your browser with address http://localhost:8080/vnc.html.

About

Docker container for Supermicro® IPMIView


Languages

Language:Dockerfile 87.2%Language:Makefile 12.8%