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

Commit901ba4a

Browse files
blink-so[bot]M Atif Ali
authored andcommitted
docs: use correct tab syntax and move docker compose first
Co-authored-by: M Atif Ali <U04T3LN8ASU+atif@users.noreply.github.com>
1 parentdab3d4e commit901ba4a

File tree

1 file changed

+5
-13
lines changed

1 file changed

+5
-13
lines changed

‎docs/install/docker.md‎

Lines changed: 5 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,9 @@ You can install and run Coder using the official Docker images published on
1313

1414
- 2 CPU cores and 4 GB memory free on your machine.
1515

16-
##Installation Methods
16+
<divclass="tabs">
1717

18-
<Tabs>
19-
<TabItemvalue="docker-compose"label="Docker Compose"default>
20-
21-
###Install Coder via`docker compose`
18+
##Install Coder via`docker compose`
2219

2320
Coder's publishes a
2421
[docker compose example](https://github.com/coder/coder/blob/main/compose.yaml)
@@ -48,8 +45,7 @@ which includes an PostgreSQL container and volume.
4845
Coder configuration is defined via environment variables. Learn more about
4946
Coder's[configuration options](../admin/setup/index.md).
5047

51-
</TabItem>
52-
<TabItemvalue="docker-run-builtin"label="Docker Run (Built-in DB)">
48+
##Install Coder via`docker run`
5349

5450
###Built-in database (quick)
5551

@@ -67,9 +63,6 @@ docker run --rm -it \
6763
ghcr.io/coder/coder:latest
6864
```
6965

70-
</TabItem>
71-
<TabItemvalue="docker-run-external"label="Docker Run (External DB)">
72-
7366
###External database (recommended)
7467

7568
For production deployments, we recommend using an external PostgreSQL database
@@ -86,8 +79,7 @@ docker run --rm -it \
8679
ghcr.io/coder/coder:latest
8780
```
8881

89-
</TabItem>
90-
</Tabs>
82+
</div>
9183

9284
##Install the preview release
9385

@@ -100,7 +92,7 @@ by using the `coder-preview:latest` image tag.
10092
This image is automatically updated with the latest changes from the`main` branch.
10193

10294
Replace`ghcr.io/coder/coder:latest` in the`docker run` command in the
103-
[installation methodsabove](#installation-methods) with`ghcr.io/coder/coder-preview:latest`.
95+
[stepsabove](#install-coder-via-docker-run) with`ghcr.io/coder/coder-preview:latest`.
10496

10597
##Troubleshooting
10698

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp