Permission denied to start the dataiku docker container

UserBird
Dataiker
Permission denied to start the dataiku docker container
Hi, i'm trying to run the dataiku docker container, but i have the permission denied message on start the container. Am i doing something wrong? My steps are:
# docker images
REPOSITORY TAG IMAGE ID CREATED SIZE
hello-world latest 1815c82652c0 13 days ago 1.84kB

#docker run hello-world
Hello from Docker!
This message shows that your installation appears to be working correctly.

#docker pull dataiku/dss
Using default tag: latest
latest: Pulling from dataiku/dss
75a822cd7888: Pull complete
244ee4cc767f: Pull complete
4d9f77346ef8: Pull complete
a56d95efefa5: Pull complete
76ec17c70a00: Pull complete
22449eefcf2f: Pull complete
Digest: sha256:c5cbd0a4debab7aadf5ed0f3774e0148c38e2a986a8826caaee22e9bf8570acc
Status: Downloaded newer image for dataiku/dss:latest

#docker images
REPOSITORY TAG IMAGE ID CREATED SIZE
hello-world latest 1815c82652c0 13 days ago 1.84kB
dataiku/dss latest 8c55a44d8dbb 3 months ago 1.64GB

#docker run -p 10000:10000 -v /home/andriow/Documents/dataiku/dss:/home/dataiku/dss -d dataiku/dss
9fbab010b1e9344810447617d0afab07d1f8c14247e30f70f565e676b8a29d73

#docker ps
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES

#docker ps -a
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
9fbab010b1e9 dataiku/dss "/home/dataiku/run.sh" 40 seconds ago Exited (1) 37 seconds ago elastic_wilson
2cbfb37f9447 hello-world "/hello" 8 minutes ago Exited (0) 8 minutes ago brave_dijkstra

#docker logs 9fbab010b1e9
*********************************************
* Dataiku DSS installer *
*********************************************
[+] Using data directory: /home/dataiku/dss
touch: cannot touch '/home/dataiku/dss/DSS-INITIAL-INSTALL-IN-PROGRESS.txt': Permission denied
4 Replies
LeedsDBA
Level 1

I'm getting the same issue, can presume it's one of two things...

 

1) It's looking for files that don't exist yet

2) The container doesn't have permissions to the folder on the host.

0 Kudos
LeedsDBA
Level 1

I suspect it's permissions - we need to figure out which uid/gid dss runs under

0 Kudos
lytics_guy
Level 1

Is there any progress, since the question was asked?

Right now, Iam experiencing the same issue.

I started to pull the latest dataikus/dss image with the default settings.

During setup the script breaks with the error message, that 

> touch: cannot touch '/home/dataiku/dss/DSS-INITIAL-INSTALL-IN-PROGRESS.txt': Permission denied

Only thing is, that I have a Nginx Reverse Proxy running before. But to me I think it is not linked to this.

Also I tried different users, like: User 1000:1000 and user 1001:1001 and also User dataiku:dataiku

Would be great to get some tipps how to solve this issue.

 

0 Kudos
Chiktika
Level 3

Hello,

I'm facing the same issue.

Do someone succeed to start the dss container ?

Many thanks

0 Kudos

Labels

?
Labels (1)
A banner prompting to get Dataiku