"We used Go in this example, but any stack works. Rails, Spring Boot, Express, Laravel, ASP.NET, FastAPI, and a web server behind nginx all deploy the same way." Rails動くのが嬉しい
3: naka-06_182026/07/01 12:32
gVisorみたいな仮想化のインフラで動かしてるらしく、Cloud Run gen1相当か/gVisorの開発は続いているらしく驚きがあった
Run any Dockerfile on Vercel
Vercelで任意のDockerfileが動くようになるとインフラの選択肢がさらに広がる
"We used Go in this example, but any stack works. Rails, Spring Boot, Express, Laravel, ASP.NET, FastAPI, and a web server behind nginx all deploy the same way." Rails動くのが嬉しい
gVisorみたいな仮想化のインフラで動かしてるらしく、Cloud Run gen1相当か/gVisorの開発は続いているらしく驚きがあった
Vercelが任意のDockerfile.vercel対応を発表。HTTP serverが$PORTをlistenすれば、imageのbuild・registry保存・Fluid computeへのdeploy・autoscale・preview URL発行までzero configで実行。