Standard Nginx docker image requires privileged user to in order run properly, i.e. your user needs to be added to default docker group. On the other hand, in some corporate networks, docker engine has been configured to run under non-root user which requires additional steps to setup.
Getting config files
First you need to start sorry-cypress dashboard image to extract default configuration files.
1
docker run -it --user <name|uid>[:<group|gid>] --name dashboard agoldis/sorry-cypress-dashboard:latest /bin/sh
Copied!
Then you need to copy 2 configuration files from running container to your host. Open a new terminal without terminating the previous one.