Replies: 0 comments 7 replies
|
How was docker in docker failing? As I recall it gives access to the VM docker socket running a privileged container. That would explain the error from updating the docker version inside the container. |
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Version
latest
What platform are you seeing the problem on?
Cloud
What happened
Following update tool documentation here https://neurodesk.org/developers/new_tools/update_tool/
Codespaces started but docker in docker was failing. Needed to make change to the base image
Changed "image": "mcr.microsoft.com/devcontainers/python:3.12-bookworm", adding -bookworm
Codespaces now successfully starts
Again following update tool documentation here https://neurodesk.org/developers/new_tools/update_tool/
./builder commands now have docker on PATH
"Docker image built successfully at fmriprep:25.2.3
Container tester image neurocontainers/container-tester:latest not found; building it now...
[+] Building 34.5s (11/11) FINISHED docker:default"
Now Error with " => => naming to docker.io/neurocontainers/container-tester:latest 0.0s
Error response from daemon: client version 1.52 is too new. Maximum supported API version is 1.43
RuntimeError: unable to create container from tester image: Command '['docker', 'create', 'neurocontainers/container-tester:latest']' returned non-zero exit status 1."
How to reproduce
No response
Relevant log output or screenshot
No response
All reactions