actions-marketplace-validations/docker-context-create
Creates a docker context pointing to a remote docker engine using SSH authentication
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| ssh_cert | SSH server public key for remote docker authentification | no | — |
| ssh_key | SSH client private key for remote docker authentification | no | — |
| docker_host | URL to the remote docker engine in format ssh://username@hostname.domain.tld | yes | — |
| context_name | Name of the remote context on the local docker client | yes | — |
| use_context | Indicates wether the docker context is set as the curent docker context | no | false |
Outputs
no outputs