Change directory permission in docker container and preserving them

Hi @eaperezh,

Let me ask you a question. Why yo a trying to change a directory permission on a container?
Create a dockerfile with the “FROM template01”, then in the RUN statement execute de chmod.
After that, build the Dockerfile and tag it as “template02”. This should preserve the new directory permission in the new Image.

PS: Sorry for my bad English

1 Like