2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-05-29 17:23:08 +00:00

Fix readthedocs build error

This commit is contained in:
Mark Gurevich 2016-05-02 17:26:20 -04:00 committed by Victor Hu
parent f3e7fee436
commit b3b0caa0d0

View File

@ -146,9 +146,10 @@ To update the xCAT Docker image, you can run ::
Known Issues
------------
.. [1] When you start up xCAT Docker container, you might see an error message at the end of the output like: ::
.. [1]
When you start up xCAT Docker container, you might see an error message at the end of the output like: ::
"Couldn't connect to Docker daemon at http+unix://var/run/docker.sock - is it running? If it's at a non-standard location, specify the URL with the DOCKER_HOST environment variable."
Couldn't connect to Docker daemon at http+unix://var/run/docker.sock - is it running? If it's at a non-standard location, specify the URL with the DOCKER_HOST environment variable.`
You can ignore it, the container has already been running. It is a Docker bug `#1214 <https://github.com/docker/compose/issues/1214>`_
You can ignore it, the container has already been running. It is a Docker bug `#1214 <https://github.com/docker/compose/issues/1214>`_