Skip to content
Merged
Changes from 1 commit
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
Prev Previous commit
Next Next commit
Add tabs to offline install docs
  • Loading branch information
matifali authored Mar 5, 2025
commit 5b20e8bb0fedc564fbd3f1792f7021060b17edd0
8 changes: 6 additions & 2 deletions docs/install/offline.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,9 @@ provider_installation {
}
```

## Run offline via Docker
<div class="tabs">

### Docker

Follow our [docker-compose](./docker.md#install-coder-via-docker-compose)
documentation and modify the docker-compose file to specify your custom Coder
Expand Down Expand Up @@ -177,7 +179,7 @@ services:
> command can be used to download the required plugins for a Coder template.
> This can be uploaded into the `plugins` directory on your offline server.

## Run offline via Kubernetes
### Kubernetes

We publish the Helm chart for download on
[GitHub Releases](https://github.com/coder/coder/releases/latest). Follow our
Expand Down Expand Up @@ -209,6 +211,8 @@ coder:
# ...
```

</div>

## Offline docs

Coder also provides offline documentation in case you want to host it on your
Expand Down