• phpdoc and docker

    From Tommy@21:1/5 to All on Tue Jul 12 12:52:21 2022
    $ 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?

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From J.O. Aho@21:1/5 to Tommy on Tue Jul 12 17:05:26 2022
    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

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Tommy@21:1/5 to All on Tue Jul 12 17:32:49 2022
    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


    $ cat phpdoc.dist.xml
    <?xml version="1.0" encoding="UTF-8" ?>
    <phpdocumentor
    configVersion="3"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xmlns="https://www.phpdoc.org"

    xsi:noNamespaceSchemaLocation="https://docs.phpdoc.org/latest/phpdoc.xsd"

    <paths>
    <output>build/api</output>
    <cache>build/cache</cache>
    </paths>
    <version number="3.0.0">
    <api>
    <source dsn=".">
    <path>src</path>
    </source>
    </api>
    </version>
    </phpdocumentor>

    $ docker run --rm -v ${PWD}:/data phpdoc/phpdoc:3 | head -n6
    Description:
    Parses and transforms the given files to a specified location

    Usage:
    project:run [options]
    run
    write /dev/stdout: broken pipe

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From J.O. Aho@21:1/5 to Tommy on Tue Jul 12 19:51:49 2022
    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"

    --

    //Aho

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Tommy@21:1/5 to All on Tue Jul 12 22:08:10 2022
    Il 12/07/22 19:51, J.O. Aho ha scritto:

    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"


    Ma adesso docker funziona.
    È phpdoc a dare problemi.

    Sorry, I'm Italian and I struggle to speak English.
    If you can translate with this https://translate.google.it/?sl=it&tl=en&op=translate

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From He, who travels time to time@21:1/5 to All on Thu Sep 22 07:14:06 2022
    Hey... Want to talk? Call me.... My telephone number >>>>

    (+372) 56330687


    Tommy kirjutas Teisipäev, 12. juuli 2022 kl 13:52:31 UTC+3:
    $ 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?

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)