You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Issue/Feature Description:
We need to update quickstart guide to include systemctl start docker step.
On Ubuntu 18.04 the QuickStart Guide procedure fails (in Ansible) at this step:
TASK [auth-installer : install keystone with the docker] *****************************************************************************************************
failed: [localhost] (item=bash ./script/keystone.sh install docker) => {"changed": true, "cmd": "bash ./script/keystone.sh install docker", "delta": "0:01:52.
124831", "end": "2020-10-04 16:24:01.836658", "item": "bash ./script/keystone.sh install docker", "msg": "non-zero return code", "rc": 1, "start": "2020-10-04
16:22:09.711827", "stderr": "Warning: failed to get default registry endpoint from daemon (Cannot connect to the Docker daemon at unix:///var/run/docker.sock
. Is the docker daemon running?). Using system default: https://index.docker.io/v1/\nCannot connect to the Docker daemon at unix:///var/run/docker.sock. Is th
e docker daemon running?\ndocker: Cannot connect to the Docker daemon at unix:///var/run/docker.sock. Is the docker daemon running?.
This is because installing docker-ce (apt install) did not start Docker.
Why this issue to fixed / feature is needed(give scenarios or use cases):
Issue/Feature Description:
We need to update quickstart guide to include
systemctl start docker
step.On Ubuntu 18.04 the QuickStart Guide procedure fails (in Ansible) at this step:
This is because installing docker-ce (apt install) did not start Docker.
Why this issue to fixed / feature is needed(give scenarios or use cases):
How to reproduce, in case of a bug:
Following https://docs.sodafoundation.io/soda-gettingstarted/quickstart/ on Ubuntu 18.04
Other Notes / Environment Information: (Please give the env information, log link or any useful information for this issue)
The text was updated successfully, but these errors were encountered: