Skip to content

Commit 4076b50

Browse files
authored
chore: update coder for docker release and added a note to check changelog before docker run (#1138)
1 parent 32aba12 commit 4076b50

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

setup/coder-for-docker/local.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,13 @@ Coder for Docker works with the following platforms:
5252
-p 7080:7080 \
5353
-v /var/run/docker.sock:/var/run/docker.sock \
5454
-v ~/.coder:/var/run/coder \
55-
codercom/coder:1.32.0
55+
codercom/coder:1.35.0
5656
```
5757

58+
> Please check the [changelog for the latest Coder v1
59+
> release](https://coder.com/docs/coder/latest/changelog) to add to the
60+
> `docker run` command.
61+
5862
When this process is complete, Coder will print the URL you can use to access
5963
your deployment, as well as the admin credentials you'll need to log in:
6064

0 commit comments

Comments
 (0)