Files
docker-docs/content/guides/bun/_index.md
Craig Osterhout a960edbd5a dhi: xref guides from manuals (#24506)
<!--Delete sections as needed -->

## Description

Added awareness for DHI guides in the manual via the landing page and
additional resources page.
Tagged guides that use a dhi with the dhi tag.

- https://deploy-preview-24506--docsdocker.netlify.app/dhi/
-
https://deploy-preview-24506--docsdocker.netlify.app/dhi/resources/#guides
- https://deploy-preview-24506--docsdocker.netlify.app/guides/?tags=dhi

## Related issues or tickets

<!-- Related issues, pull requests, or Jira tickets -->

## Reviews

<!-- Notes for reviewers here -->
<!-- List applicable reviews (optionally @tag reviewers) -->

- [ ] Editorial review

Signed-off-by: Craig Osterhout <craig.osterhout@docker.com>
2026-03-24 12:12:20 -07:00

1.4 KiB

description, keywords, title, summary, linkTitle, languages, tags, params
description keywords title summary linkTitle languages tags params
Containerize and develop Bun applications using Docker. getting started, bun Bun language-specific guide Learn how to containerize JavaScript applications with the Bun runtime. Bun
js
dhi
time
10 minutes

The Bun getting started guide teaches you how to create a containerized Bun application using Docker.

Acknowledgment

Docker would like to thank Pradumna Saraf for his contribution to this guide.

What will you learn?

  • Containerize and run a Bun application using Docker
  • Set up a local environment to develop a Bun application using containers
  • Configure a CI/CD pipeline for a containerized Bun application using GitHub Actions
  • Deploy your containerized application locally to Kubernetes to test and debug your deployment

Prerequisites

  • Basic understanding of JavaScript is assumed.
  • You must have familiarity with Docker concepts like containers, images, and Dockerfiles. If you are new to Docker, you can start with the Docker basics guide.

After completing the Bun getting started modules, you should be able to containerize your own Bun application based on the examples and instructions provided in this guide.

Start by containerizing an existing Bun application.