Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

docs: add doc on how to try a coder-preview build#16314

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
matifali merged 6 commits intomainfrominstall-coder-preview-quickly
Feb 17, 2025
Merged
Changes fromall 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
20 changes: 15 additions & 5 deletionsdocs/install/docker.md
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -56,27 +56,37 @@ which includes an PostgreSQL container and volume.
1. Make sure you have [Docker Compose](https://docs.docker.com/compose/install/)
installed.

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

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

```shell
getent group docker | cut -d: -f3
```

4. Start Coder with `docker compose up`
1. Start Coder with `docker compose up`

5. Visit the web UI via the configured url.
1. Visit the web UI via the configured url.

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

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

## Install the preview release

<blockquote class="admonition tip">

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.

</blockquote>

_We do not recommend using preview releases in production environments._

## Troubleshooting

### Docker-based workspace is stuck in "Connecting..."
Expand Down
Loading

[8]ページ先頭

©2009-2025 Movatter.jp