0
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

Heroku + DockerでRedmine

Posted at

一人でお勉強するにも目標なくやっていると色んな誘惑に負けそうになるので
子供のご褒美シールという程のものでもないけど工程管理で達成感を持ちたい!

Heroku

以下を頼りにインストールしていると
https://devcenter.heroku.com/articles/container-registry-and-runtime

heroku container:login

ここの部分でエラー発生

events.js:160
      throw er; // Unhandled 'error' event
      ^

Error: spawn docker ENOENT
    at exports._errnoException (util.js:1007:11)
    at Process.ChildProcess._handle.onexit (internal/child_process.js:182:32)
    at onErrorNT (internal/child_process.js:348:16)
    at _combinedTickCallback (internal/process/next_tick.js:74:11)
    at process._tickCallback (internal/process/next_tick.js:98:9)
    at Function.Module.runMain (module.js:577:11)
    at startup (node.js:160:18)
    at node.js:456:3

ググってもポート解放してないんじゃないっていう旨の解決策が書いてあって
解放してもダメでした・・・ということでherokuは辞め!

0
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?