confluentinc / examples

Apache Kafka and Confluent Platform examples and demos
Apache License 2.0
1.87k stars 1.1k forks source link

Cannot start service sqlite: OCI runtime create failed #442

Open qipengwu opened 4 years ago

qipengwu commented 4 years ago

Ran into below error when running "docker-compose up -d --build" under examples\microservices-orders

image

maikelmclauflin commented 4 years ago

just ran into this as well. were you able to work around?

Error response from daemon: OCI runtime create failed: container_linux.go:349: starting container process caused "exec: \"make\": executable file not found in $PATH": unknown
tompayne commented 3 years ago

Same issue, was there a solution to this?

ybyzek commented 3 years ago

@tompayne what is the operating system? FYI there are known issues with Windows (which is not officially supported).

tompayne commented 3 years ago

Windows, running in a Linux container. Got it, thanks @ybyzek