Use latest Docker

master
andryyy 2017-03-03 03:56:11 +01:00
parent 9d08bf3885
commit a12f957cef
1 changed files with 4 additions and 0 deletions

View File

@ -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/). 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 2\. Clone the master branch of the repository
``` ```
git clone https://github.com/andryyy/mailcow-dockerized && cd mailcow-dockerized git clone https://github.com/andryyy/mailcow-dockerized && cd mailcow-dockerized