mirror of
https://github.com/ChristianLight/tutor.git
synced 2024-11-13 16:56:29 +00:00
docs: bump minimal required docker/compose versions
This commit is contained in:
parent
5ce39d36e2
commit
a410d2682b
@ -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.
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user