LoginSignup
0
1

More than 5 years have passed since last update.

circusのDockerfile作成し、Dockerhubで自動ビルドする

Last updated at Posted at 2017-01-11

概要

  • Goで書いたサーバのプロセス管理ツールとして使われるcircusd
  • circusdのdockerイメージがなかったので作り方を紹介
  • かなり雑なのでもっと良い方法があるはず。とりあえずって感じです。
  • ベースでcentos6.8のdockerイメージを使用してます
  • DockerHubにあげました https://hub.docker.com/r/sioncojp/circusd/

DockerHubの上げ方内容

Dockerfileを作る

dockerhubのAUTOMATED BUILDとしてあげる

  • 自動ビルドさせましょう

最後に

  • 残念なことにchkconfig onにしてるんですが、コンテナ起動後に
    docker execで /etc/init.d/circusd restartを打たないと機能してくれないです。
  • ともあれ動くので一応投稿しました。
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