From 5dd3a1efb968131c16f4127a30a2974ea7f8980c Mon Sep 17 00:00:00 2001 From: Aaron Bach Date: Wed, 24 Nov 2021 08:46:42 -0700 Subject: [PATCH] Linting --- README.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 44ca6aa..d123abc 100644 --- a/README.md +++ b/README.md @@ -142,10 +142,13 @@ extremely critical but can expose some information that your service does not ne ## Use a different Docker socket location -If your OS stores its Docker socket in a different location, you can specify this via -the `SOCKET_PATH` environment variable. +If your OS stores its Docker socket in a different location and you are unable to bind +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