Live data from Hacker News

Node.js Deployments with Docker, Dokku, and Digital Ocean

medium.com

1–10 of 12 posts

Re: Node.js Deployments with Docker, Dokku, and Digital Ocean

#2
>Docker powered mini-Heroku in less than 100 lines of Bash

Can I use this to deploy Rails application like I do on Heroku, or is it Nodejs only at the moment?

I'm currently in a limbo between WebFaction (VPS with some configuration hand holding) and DigitalOcean (you're on your own).

Re: Node.js Deployments with Docker, Dokku, and Digital Ocean

#3

>Docker powered mini-Heroku in less than 100 lines of Bash Can I use this to deploy Rails application like I do on Heroku, or is it Nodejs only at the moment? I'm currently in a limbo between WebFaction (VPS with some configuration hand holding) and DigitalOcean (you're on your own).

Dokku uses Heroku buildpacks, so yes: https://github.com/progrium/buildstep#supported-buildpacks

Re: Node.js Deployments with Docker, Dokku, and Digital Ocean

#5

>Docker powered mini-Heroku in less than 100 lines of Bash Can I use this to deploy Rails application like I do on Heroku, or is it Nodejs only at the moment? I'm currently in a limbo between WebFaction (VPS with some configuration hand holding) and DigitalOcean (you're on your own).

I'm just making the same transition (except to Linode as I'm not ready to trust DigitalOcean with production sites)

May I ask why you're moving away from Webfaction?

Re: Node.js Deployments with Docker, Dokku, and Digital Ocean

#8
post #6

Does it feel like Docker is picking up some steam right now? I like the concept but am still wondering if Docker is a better approach than going straight to the machine. How necessary is the 1GB droplet (vs 512mb)?

You should be able to run with just 512 MB, as long as your app can do with that. Docker itself as a tiny footprint, and containers have almost zero overhead :-)

Re: Node.js Deployments with Docker, Dokku, and Digital Ocean

#10
post #5

>Docker powered mini-Heroku in less than 100 lines of Bash Can I use this to deploy Rails application like I do on Heroku, or is it Nodejs only at the moment? I'm currently in a limbo between WebFaction (VPS with some configuration hand holding) and DigitalOcean (you're on your own).

I'm just making the same transition (except to Linode as I'm not ready to trust DigitalOcean with production sites) May I ask why you're moving away from Webfaction?

I'm moving away from WebFaction because I'm afraid of the hand holding limiting my growth when my website hits more users. Why are you moving away from WebFaction?
Post reply on HN