mirror of
https://github.com/hyperledger/fabric-samples.git
synced 2026-06-26 03:25:09 +00:00
Add .env with DOCKER_SOCK variable
This commit is contained in:
parent
216d422f11
commit
8788d0089d
1 changed files with 6 additions and 0 deletions
6
test-network/docker/.env
Normal file
6
test-network/docker/.env
Normal 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
|
||||
Loading…
Reference in a new issue