Skip to content
This repository has been archived by the owner on Oct 31, 2024. It is now read-only.

Commit

Permalink
Add a section in troubleshooting about the error that occurs if docke…
Browse files Browse the repository at this point in the history
…r compose isn't installed. This can be removed after a dependency check for docker compose is added.
  • Loading branch information
wyhaines committed Sep 12, 2023
1 parent 645cbaf commit 73d0fce
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,10 @@ If you manually installed and started Redis, you will need to manually stop it.
$ redis-cli shutdown
```

* `Error: info: unknown shorthand flag: 'd' in -d`

If you see this error, you likely do not have Docker Compose installed. You need version 2 or greater. Refer to the [Docker Compose installation instructions](https://docs.docker.com/compose/install/) for your platform.

* `Error: failed to create network local-erc20-messaging-infra-docker: Error response from daemon: could not find an available, non-overlapping IPv4 address pool among the defaults to assign to the network`

The likely cause of this error is that you are running a VPN of some sort.
Expand Down

0 comments on commit 73d0fce

Please sign in to comment.