Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a5643b6

Browse files
docs: add doc on how to try a coder-preview build (#16314)
Co-authored-by: M Atif Ali <[email protected]>
1 parent 228691f commit a5643b6

File tree

1 file changed

+15
-5
lines changed

1 file changed

+15
-5
lines changed

docs/install/docker.md

+15-5
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..."

0 commit comments

Comments
 (0)