Re: phpdoc and docker

"J.O. Aho" <[email protected]>
Newsgroups comp.lang.php
Message-ID <[email protected]>
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.

-- 

  //Aho
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.