Added info on supported Ubuntu versions (#9940)

* Added info on supported Ubuntu versions

Adding a note on the latest docker-supported version of Ubuntu.

* Added info on supported versions of Ubuntu

Added a note to remind users that docker needs to be supported by their version of Ubuntu, and where to check if it is.
This commit is contained in:
Magnus Øverli 2019-07-26 15:09:41 +02:00 committed by Franck Nijhof
parent 7c008914be
commit 59b92ef9a2

View File

@ -138,6 +138,8 @@ You also need to have Docker-CE installed. There are well-documented procedures
Some distributions, like Ubuntu, have a `docker.io` package available. Using that packages will cause issues!
Be sure to install the official Docker-CE from the above listed URL.
Docker is not always ready with a release when a new Ubuntu version is out. Check if your version of Ubuntu is supported by docker [here](https://docs.docker.com/install/linux/docker-ce/ubuntu/).
</div>