Skip to content

Commit b28da6f

Browse files
authored
CC-5730: remove name from container examples (#23813)
Signed-off-by: flakey5 <[email protected]>
1 parent 135c05f commit b28da6f

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

src/content/docs/containers/get-started.mdx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,6 @@ Your [Wrangler configuration file](/workers/wrangler/configuration/) defines the
112112
```toml
113113
[[containers]]
114114
max_instances = 10
115-
name = "hello-containers"
116115
class_name = "MyContainer"
117116
image = "./Dockerfile"
118117

src/content/docs/containers/index.mdx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,6 @@ async fetch(request, env) {
7878
"class_name": "MyContainer",
7979
"image": "./Dockerfile",
8080
"instances": 5,
81-
"name": "hello-containers-go"
8281
}
8382
],
8483
"durable_objects": {

0 commit comments

Comments
 (0)