Skip to content

Accessing files from and to Resolve #53

Answered by fat-tire
timtagoe asked this question in Q&A
Discussion options

You must be logged in to vote

Oh it should look a bit more like this:

RESOLVE_BIND_SOURCES=("/home/****/Videos")  # this is the actual directory on the host (your regular computer)
RESOLVE_BIND_TARGETS=("/home/resolve/Videos") # this is the directory where it will apepar inside the container

What I meant by the part you quoted was that to match up these directories, the one on the container has to actually exist. You can create it from inside the container or outside. If inside, you'd do it like this:

$ ./resolve.sh /bin/bash  # to run the container in "shell mode" from wherever you put resolve.sh
bash-4.4$ # now you're in the container
bash-4.4$ mkdir /home/resolve/Videos # to create the directory where the host dire…

Replies: 3 comments 2 replies

Comment options

You must be logged in to vote
1 reply
@timtagoe
Comment options

Comment options

You must be logged in to vote
1 reply
@timtagoe
Comment options

Answer selected by timtagoe
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants