Deploy code ubuntu Docker container

I took my code down from heroku. I’d like to get it running in a ubuntu docker container.
I can pull my code from github once I’ve got the container configured, but I have no idea how to continue after pull ubuntu (from the docker desktop). Just seems it pulls a minimal version.

Thanks, Joe

DHH recently published MRSK, a way to deploy Rails apps to any cloud service, which should solve your problem. You can view the repo or the demo video.

1 Like

I dont want to host it on the web, just locally. Something to practice rails with.

DHH also recently released GitHub - rails/docked: Running Rails from Docker for easy start to development which is focused on development.