Djangoroidの奮闘記

python,django,angularJS1~三十路過ぎたプログラマーの奮闘記

2016-10-28から1日間の記事一覧

Django Heroku Docker Container registory and runtime 使ってみた 追記

とりあえず、先の記事で、dockerfileから作ったheroku appに、いつもの手順でgit push heroku masterしてみる。以下のようなerrorが出てきた。 boto.exception.NoAuthHandlerFound: No handler was ready to authenticate. 1 handlers were checked. ['HmacA…

Heroku Docker container registory and runtime 公式イメージを使ってみる

概要 dockerfileの読解はなんとなくわかったので、実際に公式イメージをダウンロードして使ってみる。 参考サイト qiita.com https://hub.docker.com/u/heroku/ 手順 まず公式サイトからimageのdockerをダウンロードしてみる。 今回はこちらを使ってみました…