hyperledger / indy-node-container

Providing Containers to run Indy Node
Apache License 2.0
21 stars 22 forks source link

"node and controller" tests failing — docker-compose not found #142

Open swcurran opened 6 days ago

swcurran commented 6 days ago

The tests try to invoke docker-compose and are failing with the following message:

Run cd test && env SOCK=/var/run/docker.sock IMAGE_NAME_NODE=indy_node:debian10 IMAGE_NAME_CONTROLLER=indy_node_controller docker-compose up -d
env: ‘docker-compose’: No such file or directory
Error: Process completed with exit code 127.

PR #141’s tests show the errors.