File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
src/content/docs/containers Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ Then you can specify the URL in the image attribute:
6767``` json
6868{
6969 "containers" : {
70- "image" : " registry.cloudflare.com/your-namespace/your- image:tag"
70+ "image" : " registry.cloudflare.com/your-image:tag"
7171 // ...rest of config...
7272 }
7373}
@@ -86,7 +86,7 @@ wrangler containers push <image>:<tag>
8686```
8787
8888:::note
89- We plan to allow configuring public images directly in wrangler config. Cloudflare will
89+ We plan to allow configuring public images directly in Wrangler config. Cloudflare will
9090download your image, optionally using auth credentials, then cache it globally in the Cloudflare Registry.
9191
9292This is not yet available.
@@ -107,4 +107,4 @@ These limits will likely increase in the future.
107107:::
108108
109109Delete images with ` wrangler containers delete ` to free up space, but note that reverting a
110- Worker to a previous version that uses a deleted image will then error.
110+ Worker to a previous version that uses a deleted image will then error.
You can’t perform that action at this time.
0 commit comments