Skip to content

Commit a0b63f5

Browse files
committed
Move preview installation to Docker section
- Consolidates preview release installation guidance under the Docker section. - Removes the standalone page for coder-preview installation.
1 parent 11131ad commit a0b63f5

File tree

2 files changed

+15
-11
lines changed

2 files changed

+15
-11
lines changed

docs/install/docker.md

Lines changed: 15 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -56,27 +56,37 @@ which includes an PostgreSQL container and volume.
5656
1. Make sure you have [Docker Compose](https://docs.docker.com/compose/install/)
5757
installed.
5858

59-
2. Download the
59+
1. Download the
6060
[`docker-compose.yaml`](https://github.com/coder/coder/blob/main/docker-compose.yaml)
6161
file.
6262

63-
3. Update `group_add:` in `docker-compose.yaml` with the `gid` of `docker`
63+
1. Update `group_add:` in `docker-compose.yaml` with the `gid` of `docker`
6464
group. You can get the `docker` group `gid` by running the below command:
6565

6666
```shell
6767
getent group docker | cut -d: -f3
6868
```
6969

70-
4. Start Coder with `docker compose up`
70+
1. Start Coder with `docker compose up`
7171

72-
5. Visit the web UI via the configured url.
72+
1. Visit the web UI via the configured url.
7373

74-
6. Follow the on-screen instructions log in and create your first template and
74+
1. Follow the on-screen instructions log in and create your first template and
7575
workspace
7676

7777
Coder configuration is defined via environment variables. Learn more about
7878
Coder's [configuration options](../admin/setup/index.md).
7979

80+
## Install the preview release
81+
82+
<blockquote class="admonition tip">
83+
84+
You can install and test a [preview release of Coder](https://github.com/coder/coder/pkgs/container/coder-preview) by using the `ghcr.io/coder/coder-preview:latest` image tag. This image gets updated with the latest changes from the `main` branch.
85+
86+
</blockquote>
87+
88+
_We do not recommend using preview releases in production environments._
89+
8090
## Troubleshooting
8191

8292
### Docker-based workspace is stuck in "Connecting..."

docs/manifest.json

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -96,12 +96,6 @@
9696
"path": "./install/uninstall.md",
9797
"icon_path": "./images/icons/trash.svg"
9898
},
99-
{
100-
"title": "Install and test coder-preview",
101-
"description": "Test the latest coder-preview build",
102-
"path": "./install/coder-preview-docker.md",
103-
"icon_path": "./images/icons/contributing.svg"
104-
},
10599
{
106100
"title": "Releases",
107101
"description": "Learn about the Coder release channels and schedule",

0 commit comments

Comments
 (0)