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

Integrating all needed config files into the container's file system #1

Open
profgrumpy opened this issue Mar 29, 2019 · 0 comments
Open
Labels
enhancement New feature or request

Comments

@profgrumpy
Copy link
Collaborator

When using
./run.sh up something file:///home/username/myconfig.params

We need to make sure all the *.params files referred to from inside this param file (and others) are available from inside the container in /app/DATA.out/. This way, we can refer to them with file:///app/DATA.out/nameoffile.params

Right now, we need to drop the other config files, like s19.preset, sp19.ecj.params, and sp19.pre.params by hand into the folder shared between the container and the host.

We can improve things by modifying run.sh so that, when we detect that the argument to the script is a local file, then we parse them all recursively and copy all files referred to by a file:// URI into the container's file system, under /app/

@profgrumpy profgrumpy added the enhancement New feature or request label Mar 29, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant