diff --git a/tutorial/ais-pipelines-tutorial.ipynb b/tutorial/ais-pipelines-tutorial.ipynb index ac99e65..64c4fe6 100644 --- a/tutorial/ais-pipelines-tutorial.ipynb +++ b/tutorial/ais-pipelines-tutorial.ipynb @@ -79,7 +79,9 @@ "* Bash terminal (available on all macOS or Linux, maybe try Cygwin if on Windows noting this [fix for Docker](https://stackoverflow.com/questions/42560379/docker-commands-fail-in-cygwin-docker-service-is-up))\n", "* Git\n", "* Python3 (>=3.8)\n", - "* Docker (with non-root priveliges, i.e. doesn't require sudo, see [here](https://docs.docker.com/engine/install/linux-postinstall/))" + "* Docker runtime <=24.* (with non-root priveliges, i.e. doesn't require sudo, see [here](https://docs.docker.com/engine/install/linux-postinstall/))\n", + "\n", + "NB: At the time of writing Docker runtime <=v24.* is required to run XNAT's container service (CS) in the test XNAT because the CS needs to be adapted to work with the latest Docker engine versions. Hopefully this issue is resolved soon to allow you to use the latest Docker version. If you are using Docker Desktop, the latest version with the engine <24.* is Docker Desktop v4.26.0, which can be downloaded [here](https://docs.docker.com/desktop/release-notes/)" ] }, {