orientechnologies / orientdb-docker

OrientDB running in a docker container
MIT License
63 stars 63 forks source link

Cannot connect to DB #8

Closed CyborTronik closed 8 years ago

CyborTronik commented 8 years ago

Using latest version of https://hub.docker.com/r/orientdb/orientdb/ and specifying ORIENTDB_ROOT_PASSWORD. Do container is starting fine and I'm opening the studio page. But absolutely can't login and create new DBs.

lvca commented 8 years ago

Looks like the OrientDB user have no rights to create the database at filesystem level.

CyborTronik commented 8 years ago

I've created the DB through REST API. But from Studio is not possible to do that.

lvca commented 8 years ago

For OrientDB user I meant the OS user.

robfrank commented 8 years ago

Hi, just tested. I'm able to create a db using root credentials. If you use volumes, you should be sure that the user you use to launch the docker image has the rights to write on the volume you provide to the container.