diff --git a/content/terraform-enterprise/1.1.x/docs/enterprise/deploy/manage/access-cli.mdx b/content/terraform-enterprise/1.1.x/docs/enterprise/deploy/manage/access-cli.mdx index f3b236ca2e..4d4a859fff 100644 --- a/content/terraform-enterprise/1.1.x/docs/enterprise/deploy/manage/access-cli.mdx +++ b/content/terraform-enterprise/1.1.x/docs/enterprise/deploy/manage/access-cli.mdx @@ -16,6 +16,14 @@ To connect to the Docker container hosting Terraform Enterprise, execute the fol $ docker exec -it terraform-enterprise bash ``` +## Podman + +To connect to the Podman container hosting Terraform Enterprise, execute the following command from the server where Terraform Enterprise is running. If you have named your container something other than `terraform-enterprise` please replace that with your container name. + +```bash +$ podman exec -it terraform-enterprise bash +``` + ## Kubernetes Complete the following steps to connect to the Kubernetes pod hosting Terraform Enterprise: