Container Start Failure! "docker": executable file not found in $PATH: unknown
Tried to add Docker? but got error
Here full log:
18 Replies
Project ID:
492b874c-18a2-4eda-a8d8-14314830411f,8f5954a7-39af-46b0-bce7-5503a237e2bf,b0ef7b21-c85c-48ff-93f8-7b869b287adb,b0ef7b21-c85c-48ff-93f8-7b869b287adb
492b874c-18a2-4eda-a8d8-14314830411f
What's your start command/entrypoint?
Entrypoint was
["./Geno"]
I guess I'll not to use publish anymore
cuz there's much troubles then to find my json/csv files
for now it's not as simple as I'd like, on my Machine they r in ../../
from build folder, but on host they r in ../../../
but for publish... I'll need to copy them from their folders, or somehow specify full path to them
with new Docker file, and run command railway run
, got new error
========================
Container Start Failure!
========================
rpc error: code = Unknown desc = Error response from daemon: failed to create shim: OCI runtime create failed: container_linux.go:380: starting container process caused: exec: "railway": executable file not found in $PATH: unknownsend you dockerfile
what are you referring to as a "run command"?
and why would you set that as a the start command?
If you have a Dockerfile in your project directory, you can use railway run
with no arguments to build and run your Dockerfile.
1. thats text from the old cli
2. that is talking about running locally
as long as you have a
Dockerfile
in your project railway will use it, and then theres no need to specify build or start commands, because for your purposes the ENTRYPOINT is now your start command k, I'll try to remove start command then
and update your cli too
I don't even use cli)
thx so much, now it runs properly
then where are you reading that information?
its outdated
okay, sorry for the confusion, ill get that removed