Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions src/content/docs/containers/image-management.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ Then you can specify the URL in the image attribute:
```json
{
"containers": {
"image": "registry.cloudflare.com/your-namespace/your-image:tag"
"image": "registry.cloudflare.com/your-image:tag"
// ...rest of config...
}
}
Expand All @@ -86,7 +86,7 @@ wrangler containers push <image>:<tag>
```

:::note
We plan to allow configuring public images directly in wrangler config. Cloudflare will
We plan to allow configuring public images directly in Wrangler config. Cloudflare will
download your image, optionally using auth credentials, then cache it globally in the Cloudflare Registry.

This is not yet available.
Expand All @@ -107,4 +107,4 @@ These limits will likely increase in the future.
:::

Delete images with `wrangler containers delete` to free up space, but note that reverting a
Worker to a previous version that uses a deleted image will then error.
Worker to a previous version that uses a deleted image will then error.
Loading