-
-
Notifications
You must be signed in to change notification settings - Fork 34
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
Accessing Host File System? #11
Comments
You have two options:
From docker to your computer
will export the file you saved from MTGO in /home/wine/mydeck.dek (Desktop/My Documents) From computer to docker
will import the file from your computer in the container, accessible from MTGO in Desktop/My Documents Here Hope that helps! |
Thank you! |
Hi, I'm running into the same issue and having trouble understanding the commands necessary to move a deck I exported from MTGO onto my Ubuntu host machine.
After running the following, my tokens.txt on my host machine is still an empty file. Am I misunderstanding the instructions? I think the problem may be that the .txt files are being saved to |
The easiest way to is modify the run-mtgo script. For example I added this to opts: -v /media/Storage:/mnt Which mounted me /media/Storage on my host system to /mnt on the docker image. |
Hi, I've updated my answer to makes things clearer. |
Thanks @JeffHoogland, figured it out with the following command:
Thanks for the suggestion. |
New to docker so this might be a docker thing more than an issue with this image - but is there an easy way to get access to my base file system through MTGO running in this docker image some how? Ideally I'd like to be able to import / export deck files.
The text was updated successfully, but these errors were encountered: