Live data from Hacker News

Build and Deploy Heroku Apps with Docker

blog.heroku.com

1–10 of 15 posts

Re: Build and Deploy Heroku Apps with Docker

#2
I've heard lots of good things about Docker, and lots of seemingly valid criticisms of Docker. I love the concept - I'd benefit from having a development environment that's identical to the environment I'm deploying to.

I'd love to hear from people with significant experience deploying apps. What's your take on Heroku's approach to using Docker?

Re: Build and Deploy Heroku Apps with Docker

#4
The announcement I would love to hear from Heroku: "We found out about Moore's law and are passing some of that on to you."

As far as I know, their dyno specs have never improved or decreased in cost.

This is coming from someone who loves Heroku, but wish the dynos were better.

Re: Build and Deploy Heroku Apps with Docker

#6
post #4

The announcement I would love to hear from Heroku: "We found out about Moore's law and are passing some of that on to you." As far as I know, their dyno specs have never improved or decreased in cost. This is coming from someone who loves Heroku, but wish the dynos were better.

They have new pricing coming soon that includes new dynos but they're not getting any cheaper - and ditching 24/7 free dynos.

http://notes.ericjiang.com/posts/881

Re: Build and Deploy Heroku Apps with Docker

#7

Following the instruction for "heroku plugins:install heroku-docker" and got Installing heroku-docker... failed ! Could not install heroku-docker. Please check the URL and try again. I've already upgraded to the latest Toolbelt. Thoughts?

you sure you're on the latest version? 3.35.0?

Re: Build and Deploy Heroku Apps with Docker

#8
post #7

Following the instruction for "heroku plugins:install heroku-docker" and got Installing heroku-docker... failed ! Could not install heroku-docker. Please check the URL and try again. I've already upgraded to the latest Toolbelt. Thoughts?

you sure you're on the latest version? 3.35.0?

same here ...

Mayber not version usable under nux ?

Re: Build and Deploy Heroku Apps with Docker

#9
post #7

Following the instruction for "heroku plugins:install heroku-docker" and got Installing heroku-docker... failed ! Could not install heroku-docker. Please check the URL and try again. I've already upgraded to the latest Toolbelt. Thoughts?

you sure you're on the latest version? 3.35.0?

Hmm, looks like the toolbelt website (https://toolbelt.heroku.com/) is not for the latest toolbelt?!

I updated using gem update and got the latest 3.35.1.

But then when I updated heroku gem, I got the deprecation warning... ! The `heroku` gem has been deprecated and replaced with the Heroku Toolbelt. ! Download and install from: https://toolbelt.heroku.com ! For API access, see: https://github.com/heroku/heroku.rb

Re: Build and Deploy Heroku Apps with Docker

#10
post #7

Earlier quoted context omitted.

you sure you're on the latest version? 3.35.0?

Hmm, looks like the toolbelt website ( https://toolbelt.heroku.com/ ) is not for the latest toolbelt?! I updated using gem update and got the latest 3.35.1. But then when I updated heroku gem, I got the deprecation warning... ! The `heroku` gem has been deprecated and replaced with the Heroku Toolbelt. ! Download and install from: https://toolbelt.heroku.com ! For API access, see: https://github.com/heroku/heroku.rb

don't use the gem, install with the toolbelt
Post reply on HN