Offers a config for vsphere-cli v5.5 on Ubuntu. A script accompanies it to execute the vsphere tool.
1.2K
Many companies often find themselves compelled to persist with legacy software to fulfill specific requirements. A prime illustration of such legacy software is the vsphere-cli version 5.5 tool. However, a challenge arises as this tool relies on outdated libraries exclusively found in older operating systems. In this regard, Docker offers a solution by facilitating the rapid and straightforward creation of instances of legacy operating systems.
The provided Dockerfile offers a configuration for running vsphere-cli version 5.5 on Ubuntu 16. Additionally, a script accompanies it to execute the vsphere tool.
Do a git clone of the project.
Access the git clone folder.
Build it:
docker build -t vsphere:latest .
Run (using port 22222 on host machine):
docker run -d -p 22222:22 vsphere:latest
The container contains a hostops.sh file in the current directory, which executes (help) vicfg-hostops.
Content type
Image
Digest
sha256:4adc0321b…
Size
264 MB
Last updated
over 2 years ago
docker pull fvolpato/vsphere5.5-ubuntu