Skip to content

Commit 1e0c71c

Browse files
Update src/content/changelog/workers/2025-07-22-containers-in-vite-dev.mdx
Co-authored-by: Brendan Irvine-Broque <[email protected]>
1 parent 7e939cc commit 1e0c71c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/content/changelog/workers/2025-07-22-containers-in-vite-dev.mdx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ import { WranglerConfig } from "~/components";
1111
You can now configure and run [Containers](/containers) alongside your [Worker](/workers) during local development when using the [Cloudflare Vite plugin](/workers/vite-plugin/) and running `vite dev`. Previously, you could only develop locally when using [Wrangler](/workers/wrangler/) as your local development server.
1212

1313

14-
To develop Container-enabled Workers locally with `vite dev`, you will need to first ensure that a Docker compatible CLI tool and Engine are installed. For instance, you can use [Docker Desktop](https://docs.docker.com/desktop/) on Mac, Windows, or Linux.
1514

1615
Once installed, make sure that Docker is running locally before you start the local development server using `vite dev`.
1716

0 commit comments

Comments
 (0)