Add .env with DOCKER_SOCK variable

This commit is contained in:
Aditya Hajare 2021-10-06 20:25:58 +05:30
parent 216d422f11
commit 8788d0089d

6
test-network/docker/.env Normal file
View file

@ -0,0 +1,6 @@
COMPOSE_PROJECT_NAME=net
IMAGE_TAG=latest
SYS_CHANNEL=system-channel
# Unix socket for curl requests to Docker API
DOCKER_SOCK=/var/run/docker.sock