1
0
mirror of https://github.com/Tecnativa/docker-socket-proxy synced 2024-12-22 06:38:07 +00:00
This commit is contained in:
Aaron Bach 2021-11-24 08:46:42 -07:00 committed by João Marques
parent 8ed50a6526
commit 5dd3a1efb9

View File

@ -142,10 +142,13 @@ extremely critical but can expose some information that your service does not ne
## Use a different Docker socket location ## Use a different Docker socket location
If your OS stores its Docker socket in a different location, you can specify this via If your OS stores its Docker socket in a different location and you are unable to bind
the `SOCKET_PATH` environment variable. mount it in your container specification, you can specify this via the `SOCKET_PATH`
environment variable.
For example, [balenaOS](https://www.balena.io/os/) exposes its socket at `/var/run/balena-engine.sock`. To accommodate this, merely set the `SOCKET_PATH` environment variable to `/var/run/balena-engine.sock`. For example, [balenaOS](https://www.balena.io/os/) exposes its socket at
`/var/run/balena-engine.sock`. To accommodate this, merely set the `SOCKET_PATH`
environment variable to `/var/run/balena-engine.sock`.
## Development ## Development