hyperledger / hyperledger/fabric
BUG - Couldn't install fabric testnet on ubuntu 22.04
Open
- Dominant language
- Go
- Stars
- 16.7k
- Forks
- 9.1k
- Avg merge
- 5h 38m
- Merged PRs (30d)
- 26
Description
I followed instructions in official fabric document.
When I run command `./network.sh up`, I got this error.
`./network.sh: line 259: docker-compose: command not found`
I noticed that docker composer v2 supports only `docker compose` command instead of `docker-compose`.
Is this fabric bug?
How to solve this with latest docker engine and compose?

Contributor guide
Assessment
This issue has not been assessed yet.