hello, i am docker newbie. I have some question
-
when i make my image private. other people pull and run this image. They can not see my source code, right ?
-
i want create aws registry for host my image with private repo, then in other server (serverB) i pull and run this image. finally, i delete image in aws registry, in serverB, app stll run (just can not CI/CD) right ?
tks so much