https://github.com/pexmor/docked-vmware-tools
Ubuntu based container ready for perl vmware tools - OK:VMware-vSphere-CLI-6.5.0-4566394
https://github.com/pexmor/docked-vmware-tools
Last synced: 7 days ago
JSON representation
Ubuntu based container ready for perl vmware tools - OK:VMware-vSphere-CLI-6.5.0-4566394
- Host: GitHub
- URL: https://github.com/pexmor/docked-vmware-tools
- Owner: PexMor
- License: bsd-3-clause
- Created: 2018-02-15T13:58:50.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-02-21T00:50:06.000Z (over 8 years ago)
- Last Synced: 2025-05-17T14:09:25.739Z (about 1 year ago)
- Language: Shell
- Homepage: https://hub.docker.com/r/xlinux/docked-vmware-tools/
- Size: 9.77 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# docked-vmware-tools
This repo is a base for building a docker image and instance that is capable of smooth installation of ```vmware-install.pl```.
After entering the docker (run -it or run -d + exec -it).
```bash
# the user 'user' is password-less sudoer
sudo -i
# the /install dir is mapped to place where you have extracted the VMware-vSphere-Perl-SDK-6.5.0-4566394.x86_64.tar.gz
cd /install
# after running the perl install script you should get the tools (it takes some time)
perl vmware-install.pl
```
[VMware-vSphere-Perl-SDK-6.5.0-4566394.x86_64.tar.gz](https://my.vmware.com/web/vmware/details?downloadGroup=VS-PERL-SDK65&productId=614)
[VMworld 2017 Python SDK Hackathon](http://vmware.github.io/vsphere-automation-sdk-python/lab.html)
[Getting Started with the vSphere Automation SDK for Python](https://blogs.vmware.com/code/2017/04/11/get-started-vsphere-automation-sdk-for-python/)