We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I tried to use this image:
https://github.com/misoca/dynamodb-local-persist
Which has an odd local volume directive:
VOLUME ["./db"]
Apparently you can have volumes relative to WORKDIR. We should support this.
WORKDIR
$ titan run -- --name hello-world -p 8000:8000 -d misoca/dynamodb-local-persist:latest Creating repository hello-world Creating docker volume hello-world/v0 with path ./db Exception in thread "main" io.titandata.titan.exceptions.CommandException: Command failed: [docker, run, --label, io.titandata.titan, --mount, type=volume,src=hello-world/v0,dst=./db,volume-driver=titan, --name, hello-world, -p, 8000:8000, -d, misoca/dynamodb-local-persist@sha256:5992a12934e9408dcb39b8f89a7c9598b81ba914b17c59f91f6cc112014666a4]
Try to run misoca/dynamodb-local-persist:latest under titan
misoca/dynamodb-local-persist:latest
Titan 0.3.0
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Expected Behavior
I tried to use this image:
https://github.com/misoca/dynamodb-local-persist
Which has an odd local volume directive:
Apparently you can have volumes relative to
WORKDIR
. We should support this.Actual Behavior
Steps to Reproduce the Problem
Try to run
misoca/dynamodb-local-persist:latest
under titanVersion
Titan 0.3.0
The text was updated successfully, but these errors were encountered: