You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I got following error: Error response from daemon: failed to create task for container: failed to create shim task: OCI runtime create failed: runc create failed: unable to start container process: exec: "flower": executable file not found in $PATH: unknown
To Reproduce
Steps to reproduce the behavior:
Go to repository https://github.com/brunolnetto/flower-strauss/blob/main/docker-compose.yaml and clone it OR create a file docker-compose.yaml with above content;
Host with Docker Desktop for linux users OR run command docker compose up --build -d on linux terminal;
See above reported message;
Expected behavior
I expected to host flower monitoring without hassle.
Describe the bug
I use this repository content as reference for flower hosting. Since I am new to the tool, I wrote docker-compose file below to host on my machine:
I got following error:
Error response from daemon: failed to create task for container: failed to create shim task: OCI runtime create failed: runc create failed: unable to start container process: exec: "flower": executable file not found in $PATH: unknown
To Reproduce
Steps to reproduce the behavior:
https://github.com/brunolnetto/flower-strauss/blob/main/docker-compose.yaml
and clone it OR create a file docker-compose.yaml with above content;docker compose up --build -d
on linux terminal;Expected behavior
I expected to host flower monitoring without hassle.
System information
The text was updated successfully, but these errors were encountered: