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