mirror of
https://github.com/docker/setup-docker-action.git
synced 2026-02-14 14:28:40 +01:00
add runtime-basedir input
Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
This commit is contained in:
@@ -121,8 +121,8 @@ The following inputs can be used as `step.with` keys
|
||||
| `tcp-port` | Number | | TCP port to expose the Docker API locally |
|
||||
| `context` | String | `setup-docker-action` | Docker context name. |
|
||||
| `set-host` | Bool | `false` | Set `DOCKER_HOST` environment variable to docker socket path. |
|
||||
| `rootless` | Bool | `false` | Start daemon in rootless mode |
|
||||
|
||||
| `rootless` | Bool | `false` | Start daemon in rootless mode |
|
||||
| `runtime-basedir` | String | `<home>/setup-docker-action` | Docker runtime base directory
|
||||
### inputs.version
|
||||
|
||||
By default, the latest stable version of Docker is fetched from download.docker.com.
|
||||
|
||||
Reference in New Issue
Block a user