-
Notifications
You must be signed in to change notification settings - Fork 51
app/bin/docker-run not found error on ubuntu arm #62
Comments
I had the same issue on ubuntu 18.04
|
I tried to solve this issue by trying around a thousand different approaches and none worked :/ . The Dockerfile is as follows:
So what I have tried:
Any insights? Edit: More info.
So the docker-run file is added; but it still fails to find it. Running
If you go
|
Hi I forked the project and tried to get the app back running, which was from a perspective of the docker container successful, but not form the aspect of being able to get the whole application up. As I have no experience with Ruby, no chance for me to solve the missing steps. It seems that due to the version upgrade of Ruby a lot of redesign might be necessary - so I'm out of game. Nevertheless, the running container setting is available in my repo, feel free to fork! Be aware, that for testing purpose I disabled the force_ssl in production.rb and disabled the hostbinding in production.rb and development.rb as well. |
I updated the dockerfile and the docker compose on my side. I uploaded also the image on docker hub then there is no need for additional build. Let me know if you face any issues it is working on my side;, |
Thanks! It works almost out of the box now using docker compose. The two issues I encountered are:
|
The proxy setup is done for Traefik, i updated the documentation in my repo. Then yes it would have to be adapted to what you are using in your environment. |
True, I am using containers and caddy for reverse proxy. Thanks for the tip on finding out the password. |
Just updated the docker & gem file to use Alpine:ruby and bump to release 3.3.0, if you want to give it a try. dockerhub tag is svanhoutte/journal:alpine_ruby3.3.0 |
I’m trying to selfhost with my vps that’s running the latest ubuntu(on arm) with docker and the following error keeps on happening
i’m assuming the bin/docker-run is the file its talking about(never used ruby, limited experience in docker)
Tried changing the entrypoint in dockerfile but that failed as well
+my dockerfile and docker-compose.yml
The text was updated successfully, but these errors were encountered: