mirror of
https://github.com/docker/setup-docker-action.git
synced 2025-07-13 12:11:49 +02:00
tcp-port opt to expose Docker API to a local TCP address
This commit is contained in:
@ -17,6 +17,9 @@ inputs:
|
||||
daemon-config:
|
||||
description: 'Docker daemon JSON configuration'
|
||||
required: false
|
||||
tcp-port:
|
||||
description: 'TCP port to expose the Docker API locally'
|
||||
required: false
|
||||
context:
|
||||
description: 'Docker context name. (default setup-docker-action)'
|
||||
required: false
|
||||
@ -32,6 +35,8 @@ inputs:
|
||||
outputs:
|
||||
sock:
|
||||
description: "Docker socket path"
|
||||
tcp:
|
||||
description: "Docker TCP address if tcp-port is set"
|
||||
|
||||
runs:
|
||||
using: 'node20'
|
||||
|
Reference in New Issue
Block a user