Re: [basex-talk] Docker Volumes Permission denied

2019-02-19 Thread Michael Seiferle
Hi Marie, thanks a lot for the follow up. Happy to hear it’s working! Best Michael

Re: [basex-talk] Docker Volumes Permission denied

2019-02-18 Thread Marie Starck
konstanz.de Sent: Thursday, February 14, 2019 5:19:11 PM Subject: Re: [basex-talk] Docker Volumes Permission denied Hi Marie, thanks for your observations! The explanation for this behavior is, that the `basexhttp` Process inside the container runs as non-privileged user `basex` with an UID of

Re: [basex-talk] Docker Volumes Permission denied

2019-02-18 Thread Marie Starck
Subject: Re: [basex-talk] Docker Volumes Permission denied Hi Marie, thanks for your observations! The explanation for this behavior is, that the `basexhttp` Process inside the container runs as non-privileged user `basex` with an UID of 1984 & GID 0. Usually processes inside docker con

Re: [basex-talk] Docker Volumes Permission denied

2019-02-14 Thread Michael Seiferle
Hi Marie, thanks for your observations! The explanation for this behavior is, that the `basexhttp` Process inside the container runs as non-privileged user `basex` with an UID of 1984 & GID 0. Usually processes inside docker containers will run as root and as such will be able to read & write

[basex-talk] Docker Volumes Permission denied

2019-02-12 Thread Marie Starck
Hello everyone, So I am looking to add Docker to a BaseX webapp that is currently running properly on my local. In order to do that, I ran docker run -ti -d --publish 1984:1984 --publish 8984:8984 --volume ~/Projects/Architextus/basex-xquery-server/data:/srv/BaseXData --volume