Bump minimum versions in requirements

This commit is contained in:
Jean Froment 2021-01-31 18:36:35 +01:00
parent d5020ebda6
commit fab81f731d
1 changed files with 3 additions and 5 deletions

View File

@ -63,11 +63,9 @@ sudo rm -rf /opt/traefik /tmp/migration
## Dependencies ## Dependencies
- [Docker](https://github.com/docker/docker) >= 1.13.0 - [Docker](https://github.com/docker/docker) >= 20.10
+ Install guidelines for Ubuntu 16.04: https://www.digitalocean.com/community/tutorials/how-to-install-and-use-docker-on-ubuntu-16-04 - [Docker Compose](https://github.com/docker/compose) >= 1.28.0
- [Docker Compose](https://github.com/docker/compose) >=v1.10.0 - [local-persist Docker plugin](https://github.com/MatchbookLab/local-persist): installed directly on host (not in container). This is a volume plugin that extends the default local drivers functionality by allowing you specify a mountpoint anywhere on the host, which enables the files to always persist, even if the volume is removed via `docker volume rm`. Use *systemd* install for Ubuntu 16.04.
+ Install guidelines for Ubuntu 16.04: https://www.digitalocean.com/community/tutorials/how-to-install-docker-compose-on-ubuntu-16-04
- [local-persist Docker plugin](https://github.com/CWSpear/local-persist): installed directly on host (not in container). This is a volume plugin that extends the default local drivers functionality by allowing you specify a mountpoint anywhere on the host, which enables the files to always persist, even if the volume is removed via `docker volume rm`. Use *systemd* install for Ubuntu 16.04.
## Configuration ## Configuration