Re: [basex-talk] docker, creating and deploying the dba docker-image

2021-11-26 Thread Michael Seiferle
Hi Rob, this answer contains two parts, but tldr: if you mount nothing to /srv/basex/webapp the DBA should already be present. Now the slightly longer part: > But I’m confused what directories to mount on: ‘/srv/basex/repo’ and > ‘/srv/basex/webapp’? > I can’t find the docker-run example for

Re: [basex-talk] encrypting my xquery-files and modules

2021-11-26 Thread Christian Grün
> > Related to the previous question: Is possible to run encrypted > xquery-files? > As a query file would need to be decrypted by BaseX, and as our code base is completely open source, it wouldn’t be easy to create a solution for that. What’s the reason for encrypting your code? Are you seeking

Re: [basex-talk] docker, creating and deploying the dba docker-image

2021-11-26 Thread Omar Siam
Hi Rob, What do you actually want to achieve here? If you want to compile xquery files to protect your IP I have no idea how to do that. Saxon has such a feature in a limited way if you buy PE or EE if I remeber correctly. You can call Saxon using xslt:transform. I do a lot of docker stuff and I

[basex-talk] encrypting my xquery-files and modules

2021-11-26 Thread Rob Stapper
Hi Christian, Related to the previous question: Is possible to run encrypted xquery-files? Cheers, Rob Sent from Mail foNNr Windows -- This email has been checked for viruses by Avast antivirus software. https://www.avast.com/antivirus

Re: [basex-talk] docker, creating and deploying the dba docker-image

2021-11-26 Thread Christian Grün
Hi Rob, I haven't worked with Docker by myself too much, but maybe other users on the list will be able to help you here. Hartelijke groet, Christian Rob Stapper schrieb am Fr., 26. Nov. 2021, 14:51: > Hi Christian, > > > > I’m fiddling with docker-images and containers now and I’m trying to

[basex-talk] docker, creating and deploying the dba docker-image

2021-11-26 Thread Rob Stapper
Hi Christian, I’m fiddling with docker-images and containers now and I’m trying to build an deploy rhe dba-docker axample shipped with the basex-distribution. Docker is running under windows-10. So far I’ve been able to pull, build, deploy images and containers. It all work fine but I got stuck