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 61d268d commit 1bf40c7Copy full SHA for 1bf40c7
setup/docker.md
@@ -28,7 +28,6 @@ You must be using a machine that is running Linux/macOS and has
28
-p 7080:7080 \
29
-v /var/run/docker.sock:/var/run/docker.sock \
30
-v ~/.coder:/var/run/coder \
31
- -e DEVURL_HOST="*.mycompany.com" \
32
codercom/coder:1.25.1
33
```
34
@@ -79,7 +78,7 @@ DEVURL_HOST="*.mycompany.com"
79
78
For example:
80
81
```console
82
-docker run --rm -it -p 7080:7080 -v /var/run/docker.sock:/var/run/docker.sock -v ~/.coder:/var/run/coder codercom/coder:1.25.0 -e DEVURL_HOST="*.mycompany.com"
+docker run --rm -it -p 7080:7080 -v /var/run/docker.sock:/var/run/docker.sock -v ~/.coder:/var/run/coder -e DEVURL_HOST="*.mycompany.com" codercom/coder:1.25.1
83
84
85
## Scaling
0 commit comments