-
-
Notifications
You must be signed in to change notification settings - Fork 6
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
upload xquery to an image #65
Comments
yes installing an expath package via |
I want to upload my xquery to a new image without using volume
I'm not clear on what you are are trying to accomplish.
- do you just want to 'upload' xQuery file into a running eXist container
that is not connected to a volume?
- do you want 'upload' some xQuery in a running eXist container, then
commit those changes so you end up with a new image incorporating your
changes?
- do you want to 'build' a new image, incorporating your own xQuery libs
or apps?
…On Mon, 18 Mar 2019 at 20:21, Duncan Paterson ***@***.***> wrote:
yes installing an expath package via .xar copied to the autodeploy folder
is the straightforward means to do this without volumes.
Depending on your needs you might find this repo
<https://github.com/grantmacken/csv> helpful for an elaborate example.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#65 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ABrSYAXR8EPNZnXIifQyQMF4vRbxM5xIks5vXz51gaJpZM4b40Qh>
.
--
Take Care
Grant Mackenzie
|
I want the third option
But, if i want to upload a file with the client.sh, the docker hub does not have installed a shell. |
You can either use these images as a base image for your own images described here. For simple copy operations you can use |
i need to add a file at fs/db/system/autostart/. COPY replicated.xq /exist/webapp/WEB-INF/data/fs/db/system/autostart/ I Cant make a .xar to deploy this file. the docker commit option does not work for me because i need a script to build the image any ideas? |
@gabylan12 you should not manually modify "WEB-INF/data/fs" ... exist will not see it. The filesystem should not be touched directly, and with the newest (dev) versions of eXist-db this is not possible anymore. |
@gabylan12 you need to push (HTTP?) the |
But, there is any way to do that inside the Dockerfile? the problem with the HTTP push is that i have to do this step manually, i want to do it inside the Dockerfile. |
What happens if you just adjust the |
I want to upload my xquery to a new image without using volumes.
There is an easy way to do it? the best idea is to autoupload an .xar file.
The text was updated successfully, but these errors were encountered: