From a12f957cefd4a911116c5479e57ef4e77316eaa5 Mon Sep 17 00:00:00 2001 From: andryyy Date: Fri, 3 Mar 2017 03:56:11 +0100 Subject: [PATCH] Use latest Docker --- docs/install.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/install.md b/docs/install.md index d1ba349d..e45d203f 100644 --- a/docs/install.md +++ b/docs/install.md @@ -4,6 +4,10 @@ You need Docker and Docker Compose. 1\. Learn how to install [Docker](https://docs.docker.com/engine/installation/linux/) and [Docker Compose](https://docs.docker.com/compose/install/). +Most systems can safely install Docker by running `curl -sSL https://get.docker.com/ | sh` + +Please use the latest Docker engine available and do not use the engine that ships with your distros repository. + 2\. Clone the master branch of the repository ``` git clone https://github.com/andryyy/mailcow-dockerized && cd mailcow-dockerized