Merge "Add missing docker daemon installation for Ubuntu/Debian"

This commit is contained in:
Zuul 2019-06-26 15:55:49 +00:00 committed by Gerrit Code Review
commit 0d7919ee4c
1 changed files with 2 additions and 2 deletions

View File

@ -41,10 +41,10 @@ Before you start, ensure that some needed packages are installed.
# Ubuntu / Debian:
sudo apt-get install docker-compose git python3-pip
sudo apt-get install docker-compose docker.io git python3-pip
# Start and Enable the docker service on Fedora / CentOS
# Red Hat / OpenSuse:
# Red Hat / OpenSuse / Ubuntu / Debian:
sudo python3 -m pip install git-review
sudo systemctl enable docker.service