I am creating docker images for my python application.I have to share it with others.
When we run
docker save
using this command we can create a tar of docker image.Tar file contain of the layer of images and inside folder whole application code may expose.
is there a way to hide code or white label the docker image or i have to do it from python side.