DSS Docker - license file
bonian
Partner, Dataiku DSS Core Designer, Dataiku DSS ML Practitioner, Registered Posts: 9 Partner
Hey,
I installed DSS with:
docker run -p 10000:10000 -v MYDIR:/home/dataiku/dss -d dataiku/dss
now I accessed my container where i find the under -v specified folder system
i know that i have to put the license file under DATA_DIR/config/license.json
with normal installation I know that DATA_DIR/bin/dss is the normal folder setup
where do i put the license with a docker installation?
Thanks!
I installed DSS with:
docker run -p 10000:10000 -v MYDIR:/home/dataiku/dss -d dataiku/dss
now I accessed my container where i find the under -v specified folder system
i know that i have to put the license file under DATA_DIR/config/license.json
with normal installation I know that DATA_DIR/bin/dss is the normal folder setup
where do i put the license with a docker installation?
Thanks!
Tagged:
Answers
-
found the solution, because I noticed that dss is a folder in this case and not the exec file like in DATA_DIR/bin/dss start/stop