-
Notifications
You must be signed in to change notification settings - Fork 499
Closed
Labels
Description
System
- Runtime: Docker Desktop for Mac v2.3.0.3 (stable channel)
- OS: macOS Catalina 10.15.6
I see the following failure when executing docker-compose up from the root of this repo:
➜ ratelimit git:(master) docker-compose up
Creating network "ratelimit_ratelimit-network" with the default driver
Creating network "ratelimit_default" with the default driver
Creating volume "ratelimit_binary" with default driver
Pulling redis (redis:alpine)...
alpine: Pulling from library/redis
df20fa9351a1: Already exists
9b8c029ceab5: Pull complete
e983a1eb737a: Pull complete
660ad543c5fc: Pull complete
823cbe4f5025: Pull complete
e3dd0c30e1c8: Pull complete
Digest: sha256:6972ee00fd35854dd2925904e23cb047faa004df27c62cba842248c7db6bd99d
Status: Downloaded newer image for redis:alpine
Pulling ratelimit-build (golang:1.14-alpine)...
1.14-alpine: Pulling from library/golang
df20fa9351a1: Already exists
ed8968b2872e: Pull complete
a92cc7c5fd73: Pull complete
00abe362642d: Pull complete
e0491c15e88f: Pull complete
Digest: sha256:d6deb50437547fd7226890aa19b075fbf7f5063e3c0d7a2eaf7fb41d11069013
Status: Downloaded newer image for golang:1.14-alpine
Pulling ratelimit (alpine:3.6)...
3.6: Pulling from library/alpine
5a3ea8efae5d: Pull complete
Digest: sha256:66790a2b79e1ea3e1dabac43990c54aca5d1ddf268d9a5a0285e4167c8b24475
Status: Downloaded newer image for alpine:3.6
Creating ratelimit_redis_1 ... done
Creating ratelimit_ratelimit-build_1 ... done
Creating ratelimit_ratelimit-client-build_1 ... done
Creating ratelimit_ratelimit_1 ... error
ERROR: for ratelimit_ratelimit_1 Cannot start service ratelimit: OCI runtime create failed: container_linux.go:349: starting container process caused "exec: \"/usr/local/bin/ratelimit\": stat /usr/local/bin/ratelimit: no such file or directory": unknown
ERROR: for ratelimit Cannot start service ratelimit: OCI runtime create failed: container_linux.go:349: starting container process caused "exec: \"/usr/local/bin/ratelimit\": stat /usr/local/bin/ratelimit: no such file or directory": unknown
ERROR: Encountered errors while bringing up the project.
Reactions are currently unavailable