atomicollection
atomicollection
RRailway
Created by atomicollection on 7/3/2023 in #✋|help
Dockerfile deployment fails with "No such container"
I'm trying out Railway for the first time and having a weird issue with deployment. I connected to a GitHub repo with a Dockerfile, and Railway automatically tried to deploy the app. According to the logs, the Docker image was built and published. Then, the status changed to "Deploying" and it hung for about 5 minutes. After that, this appeared in the logs:
=========================
Container failed to start
=========================

/router.Router/StartDeployment UNKNOWN: Error response from daemon: No such container: 1fc1b54e43791d8ce2c26a2fbb146c16bb71207d1eff6f2f0474f334a306d034
=========================
Container failed to start
=========================

/router.Router/StartDeployment UNKNOWN: Error response from daemon: No such container: 1fc1b54e43791d8ce2c26a2fbb146c16bb71207d1eff6f2f0474f334a306d034
I already tried redeploying and got the same result.
37 replies