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 fa51da8 commit 0600a01Copy full SHA for 0600a01
registry/coder/templates/docker-devcontainer/README.md
@@ -16,7 +16,7 @@ Provision Devcontainers as [Coder workspaces](https://coder.com/docs/workspaces)
16
17
#### Running Coder inside Docker
18
If you installed Coder as a container within Docker, you will have to do the following things:
19
-- Make the the Docker socket available to the container
+- Make the Docker socket available to the container
20
- **(recommended) Mount `/var/run/docker.sock` via `--mount`/`volume`**
21
- _(advanced) Restrict the Docker socket via https://github.com/Tecnativa/docker-socket-proxy_
22
- Set `--group-add`/`group_add` to the GID of the Docker group on the **host** machine
0 commit comments