I want to publish software commercial throught docker image
I think that is a good way to protect and distribute.
But i am not sure that how to avoid that user connect via cli to explore the image and sustract the program or database.
what is the best way to encrypt the volume and avoid cli connection? (via password i suppose)
i am using a dockerfile to generate te image.
by the way... best license solution?
i am using debian buster slim and openjdk base image
thanks