From dd85dbb366ae2eafc8200f774da1eab2ba4caca1 Mon Sep 17 00:00:00 2001 From: Olly P Date: Thu, 16 May 2019 19:48:45 +0100 Subject: [PATCH] Removed Ubuntu 14.04 warnings from Docker UCP install Page (#8804) We dropped support for Ubuntu 14.04 in Enterprise 2.1 / UCP 3.1, however the installation instructions still carry 14.04 warnings. Signed-off-by: Olly Pomeroy --- ee/ucp/admin/install/index.md | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/ee/ucp/admin/install/index.md b/ee/ucp/admin/install/index.md index 2f9340829b..3070c1bf58 100644 --- a/ee/ucp/admin/install/index.md +++ b/ee/ucp/admin/install/index.md @@ -52,17 +52,6 @@ Make sure you follow the [UCP System requirements](system-requirements.md) for opening networking ports. Ensure that your hardware or software firewalls are open appropriately or disabled. -> Ubuntu 14.04 mounts -> -> For UCP to install correctly on Ubuntu 14.04, `/mnt` and other mounts -> must be shared: -> ``` -> sudo mount --make-shared /mnt -> sudo mount --make-shared / -> sudo mount --make-shared /run -> sudo mount --make-shared /dev -> ``` - To install UCP: 1. Use ssh to log in to the host where you want to install UCP.