There was an error while loading. Please reload this page.
1 parent 04ff51f commit bcef93dCopy full SHA for bcef93d
1 file changed
3.3/test/run
@@ -54,7 +54,7 @@ prepare() {
54
}
55
56
run_test_application() {
57
- docker run ${CONTAINER_ARGS} --rm --cidfile=${cid_file} -p ${test_port} ${IMAGE_NAME}-testapp
+ docker run --user=100001 ${CONTAINER_ARGS} --rm --cidfile=${cid_file} -p ${test_port} ${IMAGE_NAME}-testapp
58
59
60
cleanup_app() {
0 commit comments