docker-formula
docker-formula copied to clipboard
Install and set up Docker
### Is your feature request related to a problem? When we install kubernetes, it recommends the `systemd` driver for Docker: ``` [preflight] Running pre-flight checks [WARNING IsDockerSystemdCheck]: detected "cgroupfs" as...
### PR progress checklist (to be filled in by reviewers) - [ ] Changes to documentation are appropriate (or tick if not required) - [ ] Changes to tests are...
### PR progress checklist (to be filled in by reviewers) - [X] Changes to documentation are appropriate (or tick if not required) - [ ] Changes to tests are appropriate...
### PR progress checklist (to be filled in by reviewers) - [X] Changes to documentation are appropriate (or tick if not required) - [ ] Changes to tests are appropriate...
### Describe the bug CI for OpenSUSE tumbleweed is failing because of upstream issue: https://progress.opensuse.org/issues/104193#change-475218 ### Steps to reproduce the bug ### Attempts to fix the bug Possible Workaround described...
### PR progress checklist (to be filled in by reviewers) - [X] Changes to documentation are appropriate (or tick if not required) - [ ] Changes to tests are appropriate...
### Is your feature request related to a problem? ### Describe the solution you'd like After installing docker using the formula on Ubuntu 20.04 I cannot run non-root tools such...
### Is your feature request related to a problem? At now formula installs Docker via direct downloading the binary from web. But for many users more convenient way is to...
Import with context to avoid errors like: ``` [CRITICAL] Rendering SLS ... failed: Jinja variable 'grains' is undefined ``` ``` [CRITICAL] Rendering SLS ... failed: Jinja variable 'salt' is undefined...
Hi, I'm asking myself to add the possiblity for orchestring the systemd-docker-unit. By example I would like to start the Consul container before starting the Vault and Dnsmasq containers What...