
ojob ojob.io/docker/dind name=did k3d=true rootless=true path=true dontrun=true
Wrapper to build a quick docker in docker (dind) rootless or with k3d
| Name | Description |
|---|---|
| name | The docker name to use (e.g. defaults to openaf/dind) |
| k3d | Install k3d if k3d=true (e.g. defaults to false) |
| rootless | Install docker with rootless (e.g. defaults to false, k3d not supported) |
| path | If defined will just generate the necessary build files (e.g. defaults to false) |
| dontrun | If dontrun=true the container build won't be run in the end and won't be deleted |