-
Notifications
You must be signed in to change notification settings - Fork 12
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
Not able to run environment with the latest version of Docker #227
Comments
@jtpio do you have any idea how to fix this issue? |
Not sure. Maybe updating the version of Line 9 in 1f83762
|
Thanks @jtpio I'm unsure how to implement / test this. Should I update the |
Or maybe try to update |
Something like: sudo /usr/bin/python3 -m pip install --upgrade dockerspawner Oddly, $ /usr/bin/python3 -m pip list | grep spawner
$ |
Upgrading Docker from 24.0.5 to 27.1.0 led to the following error message while trying to run an environment:
According to this forum, this might be due to the way docker compose should be called from within ansible.
The text was updated successfully, but these errors were encountered: