use Enterprise over Commercial (#20644)

This commit is contained in:
Alex Fornuto 2023-02-06 18:16:55 -06:00 committed by GitHub
parent 88aff2a2b6
commit 644d111f7e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -31,7 +31,7 @@ $ docker version
- The `tsh` client tool, which ships with the `teleport` binary. Visit [Download Teleport](https://goteleport.com/download/) to download `tsh`.
</TabItem>
<TabItem scope={["cloud", "enterprise"]} label="Commercial">
<TabItem scope={["cloud", "enterprise"]} label="Enterprise">
- A Teleport Enterprise account. If you do not have one, use our [signup
form](https://goteleport.com/signup/enterprise/) to schedule a demo with the
@ -55,7 +55,7 @@ $ docker version
<TabItem scope={["oss"]} label="Open Source">
(!docs/pages/includes/docker-images-oss.mdx!)
</TabItem>
<TabItem scope={["enterprise", "cloud"]} label="Commercial">
<TabItem scope={["enterprise", "cloud"]} label="Enterprise">
We provide pre-built `amd64`, `arm`, and `arm64` Docker images for every version of Teleport Enterprise.
(!docs/pages/includes/enterprise/docker-images.mdx!)
@ -92,7 +92,7 @@ $ docker run --hostname localhost --name teleport \
```
</TabItem>
<TabItem scope={["enterprise", "cloud"]} label="Commercial">
<TabItem scope={["enterprise", "cloud"]} label="Enterprise">
Create Teleport configs and start the process with the following `docker run` commands: