¿./launcher destruirá la aplicación && ./launcher iniciará la aplicación eliminará la imagen Docker compilada?

To answer directly, yes, it’s this one - your built image is unaffected. The command is equivalent to a docker stop && docker rm, and it does not affect docker images at all.

2 Me gusta