Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
Loading