@@ -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+ < div class = " tabs " >
1717
18- <Tabs >
19- <TabItem value =" docker-compose " label =" Docker Compose " default >
20-
21- ###Install Coder via` docker compose `
18+ ##Install Coder via` docker compose `
2219
2320Coder'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.
4845Coder configuration is defined via environment variables. Learn more about
4946Coder's[ configuration options] ( ../admin/setup/index.md ) .
5047
51- </TabItem >
52- <TabItem value =" 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- <TabItem value =" docker-run-external " label =" Docker Run (External DB) " >
72-
7366###External database (recommended)
7467
7568For 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.
10092This image is automatically updated with the latest changes from the` main ` branch.
10193
10294Replace` ghcr.io/coder/coder:latest ` in the` docker run ` command in the
103- [ installation methods above] ( #installation-methods ) with` ghcr.io/coder/coder-preview:latest ` .
95+ [ steps above] ( #install-coder-via-docker-run ) with` ghcr.io/coder/coder-preview:latest ` .
10496
10597##Troubleshooting
10698