This Docker container allows you to run open-vm-tools on a Xpenology DSM running on VMware ESXi.
1.1K
forked from yale-wp/docker-xpenology-open-vm-tools, Based on Alpine:3.16 reduced image size and modify the shutdown behavior.
This Docker container allows you to run open-vm-tools on a Xpenology DSM running on VMware ESXi.
SSH into your DSM and run this command.
sudo mkdir /root/.ssh
sudo docker run -d --restart=always --net=host -v /root/.ssh/:/root/.ssh/ --name dsm-vm-tools aniven/dsm-vm-tools
or via docker-compose
version: "3"
services:
vmtools:
image: aniven/dsm-vm-tools
container_name: vm-tools
restart: always
volumes:
- /root/.ssh:/root/.ssh
network_mode: host
Content type
Image
Digest
sha256:2f45e830f…
Size
8.4 MB
Last updated
over 1 year ago
docker pull aniven/dsm-vm-tools