From e9a8ba02063b7e569c84c4af1ac6673b4c376f0c Mon Sep 17 00:00:00 2001 From: Michel Memeteau Date: Sat, 18 Jan 2020 15:59:54 +0100 Subject: [PATCH] Install docker --- INSTALL_LINUX.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/INSTALL_LINUX.md b/INSTALL_LINUX.md index ecf7f77..543e3e7 100644 --- a/INSTALL_LINUX.md +++ b/INSTALL_LINUX.md @@ -1,7 +1,7 @@ # Instructions to install libre.sh on linux with Systemd ## Recommendation -- Systemd (debian 8 or debian 9, CentOS 7 ...) +- Systemd distro (ubuntu server 18.04.3 or debian 9 ) # Installation Where basicly reproduce what the user_data do for us. @@ -74,6 +74,10 @@ MAIL_PORT=587 EOF ``` +#install docker + +# Current tested version : 19.03.5 see https://docs.docker.com/install/linux/docker-ce/ubuntu/ + # install docker-compose *Remark I did a variante to find the last version of DockerCompose and download it* -- GitLab