Skip to content

Docker container for Supermicro® IPMIView

Notifications You must be signed in to change notification settings

3gmgithub/xtekipmiview

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docker container for Supermicro® IPMIView

Forked from sunfoxcz/ipmiview

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

Docker compose

services:
    ipmiview:
        container_name: xtekipmiview
        image: xtekllc/xtekipmiview:latest
        ports:
          - 8181:8080
          - 5959:5900
        volumes:
          - ./config:/config

Docker run

docker run --name xtekipmiview -p 8181:8080 -p 5959:5900 -v ./config:/config xtekllc/xtekipmiview:latest

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

Or

Open with VNC localhost port 5959

NOTE: When connected via browser you must disconnect before using VNC

About

Docker container for Supermicro® IPMIView

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 99.6%
  • Other 0.4%