Skip to content
This repository was archived by the owner on Nov 13, 2022. It is now read-only.

WaterLemons2k/Docker-open-vm-tools

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docker-open-vm-tools

This Docker container allows you to run open-vm-tools on VMware ESXi.

  • Supports Shutdown/Restart
  • Returns networking information to the VMware ESXi host

Dependencies

  • SSH must be enabled.
    • The shutdown and restart commands are sent over ssh.
    • This container will generate a unique ssh key pair when it is first launched.

Usage

SSH run this command.

sudo mkdir /root/.ssh
sudo docker run -d --restart=always --net=host -v /root/.ssh/:/root/.ssh/ --name open-vm-tools waterlemons2k/open-vm-tools

About

A Docker container to run open-vm-tools on VMware ESXi.

Resources

Stars

Watchers

Forks

Contributors

Languages

  • Shell 64.5%
  • Dockerfile 35.5%