Install docker
This commit is contained in:
parent
bc05841e0e
commit
e9a8ba0206
1 changed files with 5 additions and 1 deletions
|
@ -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*
|
||||
|
|
Loading…
Reference in a new issue