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 <olly@docker.com>
This commit is contained in:
Olly P 2019-05-16 19:48:45 +01:00 committed by Maria Bermudez
parent 4a5b804696
commit dd85dbb366
1 changed files with 0 additions and 11 deletions

View File

@ -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.