Skip to content

Commit 9d673ac

Browse files
committed
Removes unnecessary pre-req and wrong TCP statement
1 parent 53addbe commit 9d673ac

File tree

2 files changed

+2
-18
lines changed

2 files changed

+2
-18
lines changed

src/content/docs/containers/architecture.mdx

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,5 @@ which will allow container instances to always run in the same location as their
6262
:::
6363

6464
Because all Container requests are passed through a Worker, end-users cannot make TCP or
65-
UDP requests to a Container instance. Workers themselves can make TCO and UDP requests to
66-
the Container using the [`connect()` API](/workers/runtime-apis/tcp-sockets/#connect). If you have a use
67-
case that requires inbound TCP or UDP from an end-user, please [let us know](https://forms.gle/AGSq54VvUje6kmKu8).
65+
UDP requests to a Container instance. If you have a use case that requires inbound TCP
66+
or UDP from an end-user, please [let us know](https://forms.gle/AGSq54VvUje6kmKu8).

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

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -14,21 +14,6 @@ This example Worker should give you a sense for simple Container use, and provid
1414

1515
## Prerequisites
1616

17-
### Get an API Token with the correct permissions
18-
19-
Ensure your account (or manually provided token) has the correct permissions to deploy a Worker with Containers.
20-
21-
If you have admin-level permissions, this should happen automatically.
22-
23-
If you have a custom token or a user with specific privledges, you must have the following permissions:
24-
25-
- "Containers: Edit"
26-
- "Workers Scripts: Edit"
27-
28-
Refer to [Find zone and account IDs](/fundamentals/account/find-account-and-zone-ids) for help locating
29-
your Account ID and [Create an API token](/fundamentals/api/get-started/create-token) to learn how to create
30-
an access your API token.
31-
3217
### Ensure Docker is running locally
3318

3419
In this guide, we will build and push a container image alongside your Worker code. By default, this process uses

0 commit comments

Comments
 (0)