docker icon indicating copy to clipboard operation
docker copied to clipboard

parameter --privileged are required?

Open blacklin opened this issue 2 years ago • 4 comments

image tag: nextcloud:24.0.0 hardware: raspberry pi 4

when i run command

docker run -d -p 8000:80 nextcloud

the console juet print tow logs and exit

Initializing nextcloud 24.0.0.12 ...
touch: setting times of '/var/www/html/nextcloud-init-sync.lock': Operation not permitted

google this message ,find a way can start this image: add parameter --privileged

so ,this argument are required? is safety?

blacklin avatar May 11 '22 07:05 blacklin

I have the same issue

image

With the root user too.

alixxila avatar May 15 '22 10:05 alixxila

I have the same issue

image

With the root user too.

me too

bbhxwl avatar May 18 '22 09:05 bbhxwl

I think this is related to https://github.com/nextcloud/docker/issues/1589#issuecomment-923371168=

J0WI avatar May 20 '22 18:05 J0WI

image Same issue on my end.

Ponysopher avatar May 25 '22 01:05 Ponysopher