docker run -it --user root test-nginx bash
container: find /usr -type d -exec chmod o+rx "{}" \;
container: exit
docker restart test-nginx