هل سيؤدي ./launcher destroy app && ./launcher start app إلى إزالة صورة Docker المبنية؟

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)