8000 docs: add template to provision docker image based workspaces on fly.io by matifali · Pull Request #6526 · coder/coder · GitHub
[go: up one dir, main page]

Skip to content

docs: add template to provision docker image based workspaces on fly.io #6526

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

Merged
merged 13 commits into from
Mar 17, 2023
Prev Previous commit
add to starter templates
  • Loading branch information
bpmct committed Mar 17, 2023
commit 834acc9d832763612eec3d403297cff403a0119b
1 change: 1 addition & 0 deletions 1 examples/examples.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ var (
//go:embed templates/gcp-vm-container
//go:embed templates/gcp-windows
//go:embed templates/kubernetes
//go:embed templates/fly-docker-image
files embed.FS

exampleBasePath = "https://github.com/coder/coder/tree/main/examples/templates/"
Expand Down
0