Nutanix Container Volume Plug-in enables Docker Containers to use storage persistently
100K+
The plugin has been qualified on Centos 7, Rhel 7.3 and Ubuntu 16.04.2. It may work for older versions, but we haven't tested them yet.
yum install iscsi-initiator-utilssystemd-tmpfiles --createsystemctl start iscsidsystemctl enable iscsidiscsid is running using: systemctl status iscsidUbuntu steps
apt-get install open-iscsisystemd-tmpfiles --createsystemctl start iscsidsystemctl enable iscsidiscsid is running using: systemctl status iscsidOnce you have configured the host VM as described above the plugin can be installed with the following command:
docker plugin install ntnx/nutanix_volume_plugin:[TAG] PRISM_IP="prism-ip" DATASERVICES_IP="dataservices-ip" PRISM_PASSWORD="prism-passwd" PRISM_USERNAME="username" DEFAULT_CONTAINER="some-storage-container" --alias nutanix
PRISM_IP: Prism management IP address of the Nutanix clusterDATASERVICES_IP: Data service IP configured in the Nutanix clusterPRISM_USERNAME: Username of a Prism userPRISM_PASSWORD: The corresponding password for the Prism userDEFAULT_CONTAINER: This is the name of an existing storage container on the Nutanix cluster. This storage container will be used to store the created persistent volumesCheck if the plugin is installed and enabled using: docker plugin ls
Content type
Plugin
Digest
Size
251.3 MB
Last updated
over 5 years ago
docker plugin install ntnx/nutanix_volume_plugin