Packages the official Triply CLI inside a Docker container.
Its (default empty) WORKDIR
is /data
.
docker run --rm ghcr.io/redmer/triplydb-cli import-from-file data.nq
Refer to the documentation at Triply or ask the container:
docker run --rm ghcr.io/redmer/triplydb-cli --help
# Or for a certain command
docker run --rm ghcr.io/redmer/triplydb-cli import-from-file --help