NGINX
$ podman run -it --rm -d -p 8080:80 --name web docker.io/nginx
-v ./html:/usr/share/nginx/html
設定ファイル /etc/nginx/nginx.conf
テンプレート NGINX_ENVSUBST_TEMPLATE_DIR /etc/nginx/templates/
${NGINX_ENVSUBST_TEMPLATE_DIR}/*.template
テンプレートコピー先 NGINX_ENVSUBST_OUTPUT_DIR /etc/nginx/conf.d