$ docker run --rm -v ${PWD}:/data phpdoc/phpdoc:3
docker: Cannot connect to the Docker daemon at unix:///$HOME/.docker/desktop/docker.sock. Is the docker daemon running?.
See 'docker run --help'.
Why?
On 12/07/2022 12.52, Tommy wrote:
$ docker run --rm -v ${PWD}:/data phpdoc/phpdoc:3
docker: Cannot connect to the Docker daemon at
unix:///$HOME/.docker/desktop/docker.sock. Is the docker daemon running?.
See 'docker run --help'.
Why?
Docker requires the docker service to be up and running before you can
use the command line to execute things. This for the docker service will
do things for you that you don't have access to do as an unprivileged
user, as long as you are in the docker group.
This has little to do with PHP, if you need more assistance you should
look at a Linux newsgroup to get help to start your docker service.
Il 12/07/22 17:05, J.O. Aho ha scritto:
On 12/07/2022 12.52, Tommy wrote:
$ docker run --rm -v ${PWD}:/data phpdoc/phpdoc:3
docker: Cannot connect to the Docker daemon at
unix:///$HOME/.docker/desktop/docker.sock. Is the docker daemon
running?.
See 'docker run --help'.
Why?
Docker requires the docker service to be up and running before you can
use the command line to execute things. This for the docker service
will do things for you that you don't have access to do as an
unprivileged user, as long as you are in the docker group.
This has little to do with PHP, if you need more assistance you should
look at a Linux newsgroup to get help to start your docker service.
I restarted the system, but it still doesn't work
On 12/07/2022 17.32, Tommy wrote:
Il 12/07/22 17:05, J.O. Aho ha scritto:
On 12/07/2022 12.52, Tommy wrote:
$ docker run --rm -v ${PWD}:/data phpdoc/phpdoc:3
docker: Cannot connect to the Docker daemon at
unix:///$HOME/.docker/desktop/docker.sock. Is the docker daemon
running?.
See 'docker run --help'.
Why?
Docker requires the docker service to be up and running before you
can use the command line to execute things. This for the docker
service will do things for you that you don't have access to do as an
unprivileged user, as long as you are in the docker group.
This has little to do with PHP, if you need more assistance you
should look at a Linux newsgroup to get help to start your docker
service.
I restarted the system, but it still doesn't work
For the service hasn't been enabled, see this documentation: https://developer.fedoraproject.org/tools/docker/docker-installation.html
sure you may use another distro than Fedora, but most distros uses
systemd, so it's the same if you look at "Start the Docker daemon at boot"
$ docker run --rm -v ${PWD}:/data phpdoc/phpdoc:3
docker: Cannot connect to the Docker daemon at unix:///$HOME/.docker/desktop/docker.sock. Is the docker daemon running?. See 'docker run --help'.
Why?
Sysop: | Keyop |
---|---|
Location: | Huddersfield, West Yorkshire, UK |
Users: | 351 |
Nodes: | 16 (2 / 14) |
Uptime: | 29:08:01 |
Calls: | 7,634 |
Files: | 12,796 |
Messages: | 5,688,852 |