Skip to content
New issue

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

Error response from daemon: OCI runtime create failed: invalid mount #2

Open
chowkamlee81 opened this issue Jul 21, 2021 · 2 comments

Comments

@chowkamlee81
Copy link

when i ran " ./docker_run.sh [path_to_your_tfrecord_files] [path_to_your_rosbag_to_be_output]"

i got error below.
Kindly help

docker: Error response from daemon: OCI runtime create failed: invalid mount {Destination:: Type:bind Source:/var/lib/docker/volumes/d40d6bcb29e8d30d6dd5dff83690da8f882a97187606de191394bdfd19d835fc/_data Options:[rbind]}: mount destination : not absolute: unknown

@papac
Copy link

papac commented Jul 22, 2021

If you are add VOLUME system in you Dockerfile and you are define volumes again to docker-compose.yml
This error occure surely

Solution: remove VOLUME in Dockerfile

@biomotion
Copy link
Owner

Hi, @chowkamlee81,

Can I know what exact path you use to run the script?
For example,

 ./docker_run.sh /data/waymo_tfrecord/testing/testing_0001 /data/waymo_rosbag/testing/testing_0001

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants