Project

General

Profile

Actions

Bug #10754

closed

fail: make doc-local

Added by Carsten Rose almost 4 years ago. Updated almost 3 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Carsten Rose
Target version:
Start date:
14.06.2020
Due date:
% Done:

0%

Estimated time:
Discuss:
Prio Planung:
Vote:

Description

Hallo Marc

Es gibt ein `permission denied` bei mir bei `make doc-local`. Koenntest Du Dir das mal anschauen (Branch: Master')?

Vielen Dank.

CU
Carsten

$ make doc-local
cd Documentation && make docker-html
make[1]: Entering directory '/home/a/crose/PhpstormProjects/qfq/Documentation'
rm -rf _build
docker build -t sphinx-qfq ./docker-sphinx-qfq
Sending build context to Docker daemon  3.072kB
Step 1/5 : FROM sphinxdoc/sphinx
 ---> 431d54224cd4
Step 2/5 : WORKDIR /docs
 ---> Using cache
 ---> db2039c2af09
Step 3/5 : ADD requirements.txt /docs
 ---> Using cache
 ---> 6c0408373559
Step 4/5 : RUN apt-get update &&     apt-get upgrade -y &&     apt-get install -y git
 ---> Using cache
 ---> 0ae935d330d1
Step 5/5 : RUN pip3 install -r requirements.txt
 ---> Using cache
 ---> 04db80ca1562
Successfully built 04db80ca1562
Successfully tagged sphinx-qfq:latest
docker run --rm --user $(id -u):$(id -g) -v ${PWD}:/docs sphinx-qfq sphinx-build -M html "." "_build" 
docker: Error response from daemon: OCI runtime create failed: container_linux.go:349: starting container process caused "chdir to cwd (\"/docs\") set in config.json failed: permission denied": unknown.
ERRO[0000] error waiting for container: context canceled 
Makefile:5: recipe for target 'docker-html' failed
make[1]: *** [docker-html] Error 126
make[1]: Leaving directory '/home/a/crose/PhpstormProjects/qfq/Documentation'
Makefile:129: recipe for target 'doc-local' failed
make: *** [doc-local] Error 2

Actions

Also available in: Atom PDF