balena-supervisor/src/compose
Pablo Carranza Velez 31e730600d Use the DOCKER_SOCKET env var for the user container's balena socket mount
Instead of hardcoding balena.sock we use this variable since the path changes
with the balena -> balenaEngine rename.

We keep also mounting into balena.sock for backwards compatibility (even though
most tools should transparently use the DOCKER_HOST env var).

Change-type: minor
Signed-off-by: Pablo Carranza Velez <pablo@balena.io>
2018-10-18 15:01:49 +02:00
..
types fix: Remove support for broken storageOpt option 2018-10-16 08:22:19 +01:00
errors.ts Compose: Support more network creation options 2018-09-21 10:30:27 +01:00
images.coffee Replace io.resin labels (and their env vars) with io.balena equivalents 2018-10-18 13:21:31 +02:00
images.d.ts Move compose types to ./types and add partial definitions for compose modules 2018-06-25 17:32:47 +01:00
network-manager.ts Replace io.resin labels (and their env vars) with io.balena equivalents 2018-10-18 13:21:31 +02:00
network.ts Replace io.resin labels (and their env vars) with io.balena equivalents 2018-10-18 13:21:31 +02:00
ports.ts compose/service: Convert module to typescript and add network config 2018-09-21 10:30:27 +01:00
sanitise.ts compose: Support changing the tty option for compose services 2018-09-24 12:04:51 +01:00
service-manager.coffee service: Fix device name env vars by injecting and filtering in the interface with docker 2018-10-18 14:49:00 +02:00
service-manager.d.ts types: Remove temporary Service type in favour of actual compose class 2018-09-24 12:04:51 +01:00
service.ts service: Fix device name env vars by injecting and filtering in the interface with docker 2018-10-18 14:49:00 +02:00
utils.ts Use the DOCKER_SOCKET env var for the user container's balena socket mount 2018-10-18 15:01:49 +02:00
volumes.coffee Replace io.resin labels (and their env vars) with io.balena equivalents 2018-10-18 13:21:31 +02:00