-
Notifications
You must be signed in to change notification settings - Fork 897
how to use remote Docker host #6921
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Labels
docs
Area: coder.com/docs
Comments
This was referenced Apr 1, 2023
Closed
Perhaps we could add a variable for the Docker socket location in our Docker template, which by default is the UNIX location? |
Yes but should we assume that the user already has the ssh key on their coder host? |
@matifali for now, let's add a doc under "platforms" with a little guide on how to support remote hosts, like I did for Kubernetes |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Create a new remote docker template similar to docker-image-builds
ssh://user@host
~/.ssh/KEY
~/.ssh/KEY
file with the correct permissions on the Coder host to be able to access the remote docker host using terraformlocal-exec
The text was updated successfully, but these errors were encountered: