mirror of
https://github.com/kreuzwerker/terraform-provider-docker.git
synced 2025-12-22 23:59:35 -05:00
* chore: re-add tfplugindocs * docs: adds ssh_opts of #335 in example * docs: regenerate the website * docs: fix service options block * docs: beautify service docs * docs: fix typo
4 lines
149 B
HCL
4 lines
149 B
HCL
provider "docker" {
|
|
host = "ssh://user@remote-host:22"
|
|
ssh_opts = ["-o", "StrictHostKeyChecking=no", "-o", "UserKnownHostsFile=/dev/null"]
|
|
}
|