mirror of
https://github.com/docker/setup-docker-action.git
synced 2025-06-24 03:47:58 +02:00
Add rootless support
Wire up `rootless` config to the new `rootless` Install option. Signed-off-by: Paweł Gronowski <pawel.gronowski@docker.com>
This commit is contained in:
@ -24,6 +24,10 @@ inputs:
|
||||
description: 'Set DOCKER_HOST environment variable to docker socket path'
|
||||
default: 'false'
|
||||
required: false
|
||||
rootless:
|
||||
description: 'Enable Docker rootless mode'
|
||||
default: 'false'
|
||||
required: false
|
||||
|
||||
outputs:
|
||||
sock:
|
||||
|
Reference in New Issue
Block a user