Questions tagged docker
The server image, and the architectures it is published for.
6 questions
Can I build the server image myself and push it to our own registry?
Our cluster only pulls from an internal registry, so pulling from a public one is not an option regardless of how convenient it is. Is building the image ourselves supported, or…
asked by Zeynep Arslan64 ·Where does the Docker image keep its data, and what happens without the volume?
The documented run command has -v sdods-data:/data in it. I dropped it to try the UI quickly, created a couple of things, and after a restart they were gone. I assume that is the…
asked by Devon Marsh183 ·Can I run a suite with the Docker image, or is it only the server?
The image is described as the server and the web UI. Our CI does not need a UI, it needs to run the API layer and fail the build. Is the image the wrong tool for that, or does it…
asked by Bruno Teixeira694 ·docker run fails on an M-series Mac: no matching manifest for linux/arm64/v8
Wanted the server and web UI without installing anything, so I went for the image: I thought Docker Desktop emulated whatever was missing on Apple silicon. It seems not, or I…
asked by Ingrid Solberg241 ·No projects found when running inside a container, works fine on the host
Same repo, mounted into the image at /srv/app. On the host every command is fine. Inside: And naming one explicitly gives a slightly different message: The directory is…
asked by Paulo Mendes97 ·Getting the HTML report out of the Docker image we run the suite in
We run the suite inside ghcr.io/siri1410/sdods-server on a self-hosted agent. The run works and the exit code is right, then the container goes away and takes the report with it.…
asked by Ingrid Solberg241 ·