Update install

This commit is contained in:
liberodark 2019-02-22 08:30:35 +01:00 committed by GitHub
parent aada2a30ff
commit 582d4cb049
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -200,6 +200,7 @@ curl -fsSL https://download.docker.com/linux/debian/gpg | apt-key add -
add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/debian $(lsb_release -cs) stable"
ynh_package_update
ynh_package_install docker-ce
cp -a ../conf/daemon.json /etc/docker/daemon.json
systemctl enable docker
systemctl start docker
mkdir -p /srv/daemon /srv/daemon-data