What happens when you deploy a program written in Go to fly.io?
- Does it build the program written in Go, place the binary on the OS, and run it?
- Does it run the Go source code directly?
- Or something else?
What happens when you deploy a program written in Go to fly.io?
Something else
You can write a simple Dockerfile to build your Go program. Then Fly can run the container.
If you haven’t written Dockerfile before, it may be nice to try Docker’s new docker init
command. It supports Go.
返信ありがとうございます
まさか、日本人の方に返信をいただけるとは思っていませんでした
PaaSでコンテナではなく、GoをDeployできると謳っている所は珍しいので
どういうランタイムで動いているのか気になって質問しました
返信ありがとうございます
Thank you for your reply.
I didn’t expect to get a response from someone Japanese
It’s quite rare to see a platform claiming to deploy Go instead of containers in PaaS, so I was curious about what kind of runtime it operates on.
Thank you for your response
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.