Re: Problem running AtomGraph/fuseki-docker

2023-12-08 Thread Rob @ DNR
To: users@jena.apache.org Subject: Re: Problem running AtomGraph/fuseki-docker I was using bash. When I run it in command prompt, it works. Thanks! Interestingly, when the command prompt is closed, the container is removed from Docker Desktop. Each new start creates a new container with a new

Re: Problem running AtomGraph/fuseki-docker

2023-12-07 Thread Andy Seaborne
[2023-12-06 22:19:53] INFO Server :: Path = /'/ds' Not good. Shell quoting didn't happen. That's a URL path component called '/ds' in the server root. Andy On 06/12/2023 23:55, Steve Vestal wrote: I was using bash.  When I run it in command prompt, it works. Thanks!

Re: Problem running AtomGraph/fuseki-docker

2023-12-06 Thread Steve Vestal
I was using bash.  When I run it in command prompt, it works. Thanks! Interestingly, when the command prompt is closed, the container is removed from Docker Desktop.  Each new start creates a new container with a new amusing name :-) C:\Users\svestal>docker run --rm -p 3030:3030

Re: Problem running AtomGraph/fuseki-docker

2023-12-06 Thread Martynas Jusevičius
Hi Steve, This looks like Windows shell issue. For some reason /ds is resolved as a filepath where it shouldn’t. Can you try —mem '/ds' with quotes? I’m running Docker on WSL2 and never had this problem. Martynas On Wed, 6 Dec 2023 at 21.05, Steve Vestal wrote: > I am running a VM with

Problem running AtomGraph/fuseki-docker

2023-12-06 Thread Steve Vestal
I am running a VM with Microsoft Windows Server 2019 (64-bit). When I try to stand up the docker server, I get $ docker run --rm -p 3030:3030 atomgraph/fuseki --mem /ds String '/C:/Program Files/Git/ds' not valid as 'service' Suggestions?