Set ownership of all files created through leverage to the user using the CLI, rather than root.
Why?
These files needs to be manipulated or read outside the leverage context, and you won't be able
unless you change the permissions first.
We will automate that for you.
Also, take in mind we had to update the docker lib because of a urllib3 bug.
What?
Set ownership of all files created through leverage to the user using the CLI, rather than root.
Why?
These files needs to be manipulated or read outside the leverage context, and you won't be able unless you change the permissions first. We will automate that for you.
Also, take in mind we had to update the
docker
lib because of a urllib3 bug.References
https://github.com/binbashar/leverage/issues/191