Skip to content

hdkmike/docker-cimc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker-cimc

About

Download and run the Java KVM inside a docker container with VNC.

Container is based on baseimage-gui by jlesage

Usage

See the docker-compose file or use this command:

docker run -d \
  -p 5800:5800 \
  -p 5900:5900 \
  -e CIMC_HOST=1.2.3.4 \
  -e CIMC_USER=admin \
  -e CIMC_PASSWORD=password \
  <container_name>

The web interface is on port 5800 and the VNC server is directly on 5900.

You will need to click through the Java prompts the first time.

Configuration

Variable Description Required
CIMC_HOST Host for your CIMC instance. HTTPS is always used. Yes
CIMC_USER CIMC username Yes
CIMC_PASSWORD CIMC password Yes
CIMC_PORT CIMC port (443 by default) No

Limitations

  • Virtual media has not been tested yet
  • Sometimes the container (javaws) will crash and you need to restart the container

Acknowledgements

About

VNC Docker container for the Cisco Java KVM

Resources

License

Stars

Watchers

Forks

Packages

No packages published