Skip to content

Commit

Permalink
added note on Docker version
Browse files Browse the repository at this point in the history
  • Loading branch information
tclose committed Aug 20, 2024
1 parent 2c7b551 commit 16d70da
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tutorial/ais-pipelines-tutorial.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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/)"
]
},
{
Expand Down

0 comments on commit 16d70da

Please sign in to comment.