mariadb-container
mariadb-container copied to clipboard
Handle file permissions in Dockerfile
When we share container sources over FTP, permissions don't need to be kept. Then it can happen that image will be build but not working, because scripts in /usr/bin need to be executable.
This should also be given to the http://docs.projectatomic.io/container-best-practices/.