https://github.com/stefanoltmann/kotlin-cloudflare-containers-sample
Kotlin + Cloudflare Containers sample
https://github.com/stefanoltmann/kotlin-cloudflare-containers-sample
cloudflare cloudflare-containers containers docker kotlin
Last synced: 3 months ago
JSON representation
Kotlin + Cloudflare Containers sample
- Host: GitHub
- URL: https://github.com/stefanoltmann/kotlin-cloudflare-containers-sample
- Owner: StefanOltmann
- License: mit
- Created: 2025-09-19T20:27:19.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-09-21T18:48:49.000Z (10 months ago)
- Last Synced: 2025-09-21T20:40:06.228Z (10 months ago)
- Topics: cloudflare, cloudflare-containers, containers, docker, kotlin
- Language: Kotlin
- Homepage:
- Size: 52.7 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# Kotlin + Cloudflare Containers Example

[](https://opensource.org/license/mit)
[](https://github.com/sponsors/StefanOltmann)
This repository provides a **minimalistic example** of how to
use [Cloudflare Containers](https://developers.cloudflare.com/containers/) with **Kotlin**.
It’s a simple starting point to experiment and deploy Kotlin apps on Cloudflare’s container platform.
---
## 📦 Installation
First, install the required dependencies:
```bash
npm install @cloudflare/containers
```
## 🚀 Deployment
Deploy your project using Wrangler:
```
wrangler deploy
```
## 📚 Further Resources
- [Cloudflare Containers Documentation](https://developers.cloudflare.com/containers/)
- [Wrangler CLI Reference](https://developers.cloudflare.com/workers/wrangler/)
✨ Happy hacking with Kotlin & Cloudflare!