Skip to content

Commit 7ff075d

Browse files
committed
Add socket proxy note
1 parent fea41f8 commit 7ff075d

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

readme-vars.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,10 @@ full_custom_readme: |
6666
6767
Note that the Modmanager container itself does not support applying mods *or* custom files/services.
6868
69+
### Security considerations
70+
71+
Mapping `docker.sock` is a potential security liability because docker has root access on the host and any process that has full access to `docker.sock` would also have root access on the host. Docker api has no built-in way to set limitations on access, however, you can use a proxy for the `docker.sock` via a solution like [our docker socket proxy](https://github.com/linuxserver/docker-socket-proxy), which adds the ability to limit access. Then you would just set `DOCKER_HOST=` environment variable to point to the proxy address.
72+
6973
## Usage
7074
7175
To help you get started creating a container from this image you can either use docker compose or the docker cli.

0 commit comments

Comments
 (0)