UCL-MIRSG / xnat-aws

Deploy XNAT on AWS
MIT License
2 stars 0 forks source link

Container service and XNAT compatible with Docker > 24 #102

Closed davecash75 closed 3 months ago

davecash75 commented 3 months ago

Short Description

When trying to run a container using the current deployment setup, it fails

Evidence/Steps to Reproduce

Follow the README.md document, including:

Acceptance Criteria/Expected Behaviour

The system should be able to run the containers automatically without the user having to go in and manually downgrade the DOcker.

Details

This thread and this one seems to suggest it is a problem with DOcker above version 24. I confirmed this by running sudo yum downgrade docker-ce-3:24.0.9-1.el9.x86_64 on the container server and the containers run fine after the downgrade.

Resolution

No response

p-j-smith commented 3 months ago

This is fixed in the latest version of our Ansible setup, and I'm planning to open a PR soon to switch to that (sorry if it wasted your time troubleshooting this!)