Files
vuls/scan
Paul Furtado d4bec0dd9a Add --user root to docker exec command (#389)
* Add --user root to docker exec command

If containers were run with their user set to something other than root,
docker exec will exec the command in the container as that user by
default. Unfortunately, this causes many package manager commands to
fail. This commit adds --user root to the docker exec command so that
commands executed inside the container will always run as root.

* Use numerical id for root rather than name
2017-03-31 18:58:00 +09:00
..
2017-02-16 11:32:18 +09:00
2016-10-12 23:57:57 +09:00
2017-03-16 17:07:43 +09:00
2017-03-16 17:07:43 +09:00