docker-compose, nginx, mkcert で HTTPS(SSL)化



カテゴリー Programming

はじめに

nginx on docker(docker-compose) を FiloSottile/mkcert で生成した自己生成証明書(オレオレ証明書)で HTTPS(SSL)化する方法。

証明書はホストマシン上で作成。

TL;DR

続きを読む

はじめに

Docker(Docker-Compose) で Node.js をバージョン指定してインストールする際に、以下エラーが表示される場合の対処法。

1
2
E: Version 'x.y.z-1nodesource1' for 'nodejs' was not found
ERROR: Service 'xxxx' failed to build: The command '/bin/sh -c apt-get install -y nodejs=x.y.z-1nodesource1' returned a non-zero code: 100

※Docker 関係なくて、単に Ubuntu/Debian の問題な気もするが未確認

TL;DR

  • Docker/Ubuntu で apt-get install -y nodejs=x.y.z-1nodesource1 実行でエラー
    • E: Version 'x.y.z-1nodesource1' for 'nodejs' was not found
  • パッチバージョンでアップデートが無いか確認
    • ex: https://deb.nodesource.com/node_13.x/pool/main/n/nodejs/
  • アップデートがある場合は apt-get 箇所のバージョンを修正する
続きを読む

はじめに

docker-lambda + sharp で画像変換する AWS Lambda Function 作ったのでそのメモ。

TL;DR

続きを読む
  • page 1 of 1

r17n


Softwear Engineer


Fukuoka