From 044d9cb4dc72a4026e71c79f8ad1664fca036c4a Mon Sep 17 00:00:00 2001 From: Olivier Lambert Date: Thu, 11 May 2017 16:20:59 +0200 Subject: [PATCH] fix(docker): add links for other XS versions --- docs/docker_support.md | 19 +++++++++++++++++-- 1 file changed, 17 insertions(+), 2 deletions(-) diff --git a/docs/docker_support.md b/docs/docker_support.md index 3e3878c6f..b520712b5 100644 --- a/docs/docker_support.md +++ b/docs/docker_support.md @@ -19,9 +19,24 @@ This first step is needed until Docker is supported nativly in the XenServer API > The plugin should be installed in every hosts, even if they are on the same pool. +#### For XenServer 6.5 + 1. SSH on your XenServer -1. Download the plugin: `wget http://downloadns.citrix.com.edgesuite.net/10343/XenServer-6.5.0-SP1-xscontainer.iso` for XenServer 6.5 or `wget http://downloadns.citrix.com.edgesuite.net/11621/XenServer-7.0.0-xscontainer.iso` for 7. -1. Install it: `xe-install-supplemental-pack XenServer-*-xscontainer.iso` +1. Download the plugin: `wget http://downloadns.citrix.com.edgesuite.net/10343/XenServer-6.5.0-SP1-xscontainer.iso` +1. Install it: `xe-install-supplemental-pack XenServer-6.5.0-SP1-xscontainer.iso` + +#### For XenServer 7.0 + +1. SSH on your XenServer +1. Download the plugin: `wget http://downloadns.citrix.com.edgesuite.net/11621/XenServer-7.0.0-xscontainer.iso` +1. Install it: `xe-install-supplemental-pack XenServer-7.0.0-xscontainer.iso` + +#### For XenServer 7.1 + +1. SSH on your XenServer +1. Download the plugin: `wget http://downloadns.citrix.com.edgesuite.net/11993/XenServer-7.1.0-xscontainer.iso` +1. Install it: `xe-install-supplemental-pack XenServer-7.1.0-xscontainer.iso` + That's it! You are ready for enjoying Docker support!