File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ You must be using a machine that is running Linux/macOS and has
21
21
include the images, and set up your Coder deployment:
22
22
23
23
``` console
24
- docker run --rm -it -p 7080:7080 -v /var/run/docker.sock:/var/run/docker.sock -v ~/.coder:/var/run/coder codercom/coder
24
+ 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
25
25
```
26
26
27
27
When this process is complete, Coder will print the URL you can use to access
@@ -71,7 +71,7 @@ DEVURL_HOST="*.mycompany.com"
71
71
For example:
72
72
73
73
``` console
74
- docker run --rm -it -p 7080:7080 -v /var/run/docker.sock:/var/run/docker.sock -v ~/.coder:/var/run/coder codercom/coder -e DEVURL_HOST="*.mycompany.com"
74
+ 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"
75
75
```
76
76
77
77
## Scaling
You can’t perform that action at this time.
0 commit comments