Add 18.04 must enable autostart docker Stefan

StefanU 2019-11-20 11:06:28 +01:00
parent 24f908d9cd
commit 2bcd5d0302

@ -17,11 +17,14 @@ For new installations or updating from EPL you need to add our server:eGroupWare
```
sudo sh -c "echo 'deb http://download.opensuse.org/repositories/server:/eGroupWare/xUbuntu_18.04/ /' > /etc/apt/sources.list.d/server:eGroupWare.list"
apt-get install gnupg # required, but not installed by apt-key add
sudo apt-get install gnupg # required, but not installed by apt-key add
wget -nv https://download.opensuse.org/repositories/server:eGroupWare/xUbuntu_18.04/Release.key -O - | \
sudo apt-key add -
```
For Ubuntu 18.04 the docker.service must be enable manually to automatic start at system start:
`sudo systemctl enable docker.service`
> For Ubuntu 16.04 please replace in the above instructions "xUbuntu_18.04" with "xUbuntu_16.04", for Debian 10 use "Debian_10".
Then you need to run for new installations as well as upgrades explicitly (```apt upgrade``` alone is not sufficient!):