kawabatas技術ブログ

試してみたことを書いていきます

DeleGateのコンテナイメージを公開した

SOCKS プロキシサーバーの DeleGate をコンテナで立てたかったのだが、

docker hub で上位にあったイメージがエラーで使えなかった。 hub.docker.com

$ docker-compose up
Creating delegated_delegated_1 ... done
Attaching to delegated_delegated_1
delegated_1  | #### in default conf: DGROOT='/tmp'
delegated_1  | #### loading default conf: /bin/../etc/delegated.conf
delegated_1  | #### loading conf:  -> file:/bin/../etc/delegated.conf
delegated_1  | (UNIX) 02:00:33.780 [   1] ##fopen_PATHX(r) ign.dir.{/usr/lib}/usr/lib/ssl <= dl.c:274
delegated_1  | -- ERROR: can't link the SSL/Crypto library.
delegated_1  | -- Hint: use -vl option to trace the required library,
delegated_1  | --- find it (ex. libssl.so.X.Y.Z) under /usr/lib or /lib,
delegated_1  | --- then set the library version as DYLIB='+,lib*.so.X.Y.Z'

どうやら OpenSSL のバージョンと合ってないよう...

仕方がないので、debiancentos に変え、自作し、公開した。

hub.docker.com