¿Es segura la imagen local de Docker generada para ser alojada públicamente?

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 me gusta

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

4 Me gusta