Skip to content

Commit 5dd3a1e

Browse files
bachyajoao-p-marques
authored andcommitted
Linting
1 parent 8ed50a6 commit 5dd3a1e

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -142,10 +142,13 @@ extremely critical but can expose some information that your service does not ne
142142

143143
## Use a different Docker socket location
144144

145-
If your OS stores its Docker socket in a different location, you can specify this via
146-
the `SOCKET_PATH` environment variable.
145+
If your OS stores its Docker socket in a different location and you are unable to bind
146+
mount it in your container specification, you can specify this via the `SOCKET_PATH`
147+
environment variable.
147148

148-
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`.
149+
For example, [balenaOS](https://www.balena.io/os/) exposes its socket at
150+
`/var/run/balena-engine.sock`. To accommodate this, merely set the `SOCKET_PATH`
151+
environment variable to `/var/run/balena-engine.sock`.
149152

150153
## Development
151154

0 commit comments

Comments
 (0)