Skip to content

docs(containers): add Bun application on Serverless Containers tutorial#6708

Open
Slashgear wants to merge 1 commit into
mainfrom
tutorial-bun-serverless
Open

docs(containers): add Bun application on Serverless Containers tutorial#6708
Slashgear wants to merge 1 commit into
mainfrom
tutorial-bun-serverless

Conversation

@Slashgear

Copy link
Copy Markdown
Collaborator

Your checklist for this pull request

Description

This PR adds a new tutorial explaining how to deploy a Bun application on Scaleway Serverless Containers.

The tutorial follows the same structure as the existing Next.js and Django Serverless Containers tutorials:

  • Create and test a Bun app locally using the native Bun.serve API
  • Containerize the app with a Dockerfile based on the official oven/bun:1 image
  • Build and push the image to the Scaleway Container Registry
  • Deploy the container on Serverless Containers with recommended settings (port 3000, 500 mVCPU / 512 MB)

The intro highlights the synergy between Bun (fast startup, small memory footprint) and Serverless Containers (shorter cold starts, automatic scaling).

File added:

  • tutorials/run-bun-serverless-containers/index.mdx

@Slashgear
Slashgear requested review from a team as code owners July 17, 2026 15:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant