---
title: "Someone was wrong on the internet, so I built a Temporal Docker extension"
url: https://daily.dev/posts/someone-was-wrong-on-the-internet-so-i-built-a-temporal-docker-extension-szpdazlhm
source_url: https://temporal.io/blog/someone-was-wrong-on-the-internet-so-i-built-a-temporal-docker-extension
type: article
source: "Temporal"
published: 2026-08-06T10:37:28.189Z
updated: 2026-08-06T10:40:51.094Z
tags: ["docker", "workflow-orchestration"]
reading_time: 9
upvotes: 0
comments: 0
language: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Someone was wrong on the internet, so I built a Temporal Docker extension

**[Temporal](https://daily.dev/sources/temporal)** · 9 min read · 0 upvotes · 0 comments

## Summary

A Temporal developer advocate built a Docker Desktop extension for running Temporal locally after a community member doubted it was possible. The extension wraps the `temporal server start-dev` command behind a button in Docker Desktop, exposing gRPC on localhost:7233 and the Temporal Web UI on localhost:8233, with SQLite-backed persistent storage. An early iframe-based approach was scrapped after re-reading Docker's extension design guidelines, which require native-feeling UI rather than embedding entire product surfaces. The final extension shows server readiness, worker status, recent workflows with deep-links into Temporal UI, and a confirmation-gated Clear History button for resetting local state. The goal is to lower the barrier to starting Temporal locally for developers already comfortable in Docker Desktop, without replacing the CLI or the full Temporal Web UI.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://temporal.io/blog/someone-was-wrong-on-the-internet-so-i-built-a-temporal-docker-extension>

## Similar posts on daily.dev

- [Run Local AI with Open WebUI \+ Docker Model Runner](https://daily.dev/posts/run-local-ai-with-open-webui-docker-model-runner-uax6p2ixw) · Docker · 3 upvotes · 0 comments
- [OpenWebUI \+ Model Runner: Zero-Config Local AI](https://daily.dev/posts/openwebui-model-runner-zero-config-local-ai-c9aayqtjl) · Docker · 98 upvotes · 2 comments
- [I Built a Claude Code Skill That Turns Any Existing Web App Into a Local Vibe Coding Environment](https://daily.dev/posts/i-built-a-claude-code-skill-that-turns-any-existing-web-app-into-a-local-vibe-coding-environment-gs4kx8e7g) · Medium · 2 upvotes · 0 comments

---

Tags: [#docker](https://daily.dev/tags/docker), [#workflow-orchestration](https://daily.dev/tags/workflow-orchestration)

[View this post on daily.dev](https://daily.dev/posts/someone-was-wrong-on-the-internet-so-i-built-a-temporal-docker-extension-szpdazlhm)
