We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32aba12 commit 4076b50Copy full SHA for 4076b50
setup/coder-for-docker/local.md
@@ -52,9 +52,13 @@ Coder for Docker works with the following platforms:
52
-p 7080:7080 \
53
-v /var/run/docker.sock:/var/run/docker.sock \
54
-v ~/.coder:/var/run/coder \
55
- codercom/coder:1.32.0
+ codercom/coder:1.35.0
56
```
57
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
+
62
When this process is complete, Coder will print the URL you can use to access
63
your deployment, as well as the admin credentials you'll need to log in:
64
0 commit comments