cmd/system_update: Check for 'docker' and 'docker compose'

This commit is contained in:
Tom Wiesing 2022-11-22 10:21:12 +01:00
parent 57f2fe8c86
commit 4d3568a2e2
No known key found for this signature in database
3 changed files with 16 additions and 7 deletions

View file

@ -48,9 +48,7 @@ Finally two other components exist:
# Technical Overview
The go command is almost dependency free.
It expects that a basic debian system (in particular the `apt-get` command) is available.
The command has been tested only under Debian 10, but may also work under older or newer versions.
The command expects to be run as root, and will fail when this is not the case.
It only expects that `docker` and `docker compose` are available.
Each subcommand comes with documentation, which can be found in this readme (and the readme is always outdated), as well as via the command line when passing a `--help` flag.