mirror of
https://github.com/docker/setup-docker-action.git
synced 2025-06-23 19:37:59 +02:00
tcp-port opt to expose Docker API to a local TCP address
This commit is contained in:
@ -117,6 +117,7 @@ The following inputs can be used as `step.with` keys
|
||||
| `version` | String | `latest` | Docker CE version (e.g., `v24.0.6`). |
|
||||
| `channel` | String | `stable` | Docker CE [channel](https://download.docker.com/linux/static/) (e.g, `stable`, `edge` or `test`). |
|
||||
| `daemon-config` | String | | [Docker daemon JSON configuration](https://docs.docker.com/engine/reference/commandline/dockerd/#daemon-configuration-file) |
|
||||
| `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 |
|
||||
@ -125,9 +126,10 @@ The following inputs can be used as `step.with` keys
|
||||
|
||||
The following outputs are available
|
||||
|
||||
| Name | Type | Description |
|
||||
|--------|--------|--------------------|
|
||||
| `sock` | String | Docker socket path |
|
||||
| Name | Type | Description |
|
||||
|--------|--------|---------------------------------------|
|
||||
| `sock` | String | Docker socket path |
|
||||
| `tcp` | String | Docker TCP address if tcp-port is set |
|
||||
|
||||
## Contributing
|
||||
|
||||
|
Reference in New Issue
Block a user