docs: bump minimal required docker/compose versions

This commit is contained in:
Régis Behmo 2023-05-15 22:06:25 +02:00
parent 5ce39d36e2
commit a410d2682b
2 changed files with 3 additions and 2 deletions

View File

@ -14,3 +14,4 @@
- The `tutor dev/local start --skip-build` option is removed. It is replaced by opt-in `--build`.
- [Improvement] The `IMAGES_BUILD` filter now supports relative paths as strings, and not just as tuple of strings.
- [Improvement] Auto-complete the image names in the `images build/pull/push/printtag` commands.
- [Deprecation] For local installations, Docker v20.10.15 and Compose v2.0.0 are now the minimum required versions.

View File

@ -12,8 +12,8 @@ Requirements
* Architecture: support for ARM64 is a work-in-progress. See `this issue <https://github.com/overhangio/tutor/issues/510>`__.
* Required software:
- `Docker <https://docs.docker.com/engine/installation/>`__: v18.06.0+
- `Docker Compose <https://docs.docker.com/compose/install/>`__: v1.22.0+
- `Docker <https://docs.docker.com/engine/installation/>`__: v20.10.15+
- `Docker Compose <https://docs.docker.com/compose/install/>`__: v2.0.0+
.. warning::
Do not attempt to simply run ``apt-get install docker docker-compose`` on older Ubuntu platforms, such as 16.04 (Xenial), as you will get older versions of these utilities.