feat(docker): add flag to skip if docker is not running

This commit is contained in:
2025-07-03 01:42:42 +03:00
parent 861e257c04
commit b56e934ffc
2 changed files with 29 additions and 0 deletions

View File

@@ -262,6 +262,9 @@ These fields are shared by all installer types. Some fields may vary in behavior
linux: linux/amd64
```
- `opts.skip_if_unavailable`: Whether to skip the installation/update if the Docker daemon is
not running. Defaults to false (so it will fail the installer)
## Installer Examples
All of these examples should be usable, but don't count on them being maintained. Why not look at