Skip to content
This repository was archived by the owner on Oct 15, 2023. It is now read-only.
This repository was archived by the owner on Oct 15, 2023. It is now read-only.

not possible to obtain Graph using docker container (0.6)  #132

@cherkavi

Description

@cherkavi
  1. Start docker container
DOCKER_TAG=0.6
docker run --rm --name janusgraph-default --volume `pwd`:/workspace:rw --network="host" janusgraph/janusgraph:$DOCKER_TAG
  1. Connect with Gremlin
docker exec -e GREMLIN_REMOTE_HOSTS=localhost -it  janusgraph-default ./bin/gremlin.sh
  1. According to tutorial:
    https://docs.janusgraph.org/getting-started/basic-usage/#loading-with-an-index-backend
:remote connect tinkerpop.server conf/remote.yaml

# !!! no such file in /opt/janusgraph/conf: janusgraph-berkeleyje-es.properties
graph = JanusGraphFactory.open('conf/janusgraph-berkeleyje-es.properties'

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions