生成的本地 Docker 镜像是否可以安全地公开托管?

I noticed during docker setup, it will generate an image local_discourse/app, just wonder is that safe to be hosted publicly? Or will that contain secret information? Are all the secrets stored on disk and not in the image?

1 个赞

No, it is not as it contains the env variables with a bunch of secrets.

4 个赞