Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.php > #19056

Re: phpdoc and docker

From "J.O. Aho" <user@example.net>
Newsgroups comp.lang.php
Subject Re: phpdoc and docker
Date 2022-07-12 17:05 +0200
Message-ID <jj5gtmFc4j7U1@mid.individual.net> (permalink)
References <tajjp5$1fjk$1@gioia.aioe.org>

Show all headers | View raw


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

Back to comp.lang.php | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

phpdoc and docker Tommy <ba@ve.net> - 2022-07-12 12:52 +0200
  Re: phpdoc and docker "J.O. Aho" <user@example.net> - 2022-07-12 17:05 +0200
    Re: phpdoc and docker Tommy <ba@ve.net> - 2022-07-12 17:32 +0200
      Re: phpdoc and docker "J.O. Aho" <user@example.net> - 2022-07-12 19:51 +0200
        Re: phpdoc and docker Tommy <ba@ve.net> - 2022-07-12 22:08 +0200
  Re: phpdoc and docker "He, who travels time to time" <he1983912@aol.com> - 2022-09-22 07:14 -0700

csiph-web