Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > it.comp.os.linux.software > #5794
| From | Tommy <ba@ve.net> |
|---|---|
| Newsgroups | it.comp.os.linux.software |
| Subject | Re: phpdoc e docker |
| Date | 2022-07-12 17:32 +0200 |
| Organization | Aioe.org NNTP Server |
| Message-ID | <tak46f$18e5$1@gioia.aioe.org> (permalink) |
| References | <tajjq2$1fjk$2@gioia.aioe.org> |
Il 12/07/22 12:52, Tommy ha scritto:
> $ 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'.
>
> Perchè?
Ho riavviato il sistema, ma ancora non funziona
$ 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
Back to it.comp.os.linux.software | Previous | Next — Previous in thread | Next in thread | Find similar
phpdoc e docker Tommy <ba@ve.net> - 2022-07-12 12:52 +0200
Re: phpdoc e docker Tommy <ba@ve.net> - 2022-07-12 17:32 +0200
Re: phpdoc e docker Alessandro Selli <trappola@route-add.net> - 2022-07-13 01:44 +0200
Re: phpdoc e docker Tommy <ba@ve.net> - 2022-07-13 08:39 +0200
csiph-web