cypress-docker-images icon indicating copy to clipboard operation
cypress-docker-images copied to clipboard

Not working with host user (--user "$(id -u)":"$(id -g)")

Open splincode opened this issue 5 years ago • 0 comments

https://github.com/cypress-io/cypress-docker-images/tree/master/examples/included-as-non-root-mapped

$ ./build
$ docker run -it -v /tmp:/tmp -v "$PWD":/test -w /test --user "$(id -u)":"$(id -g)" --entrypoint /bin/sh cypress/example
$ cypress verify  # timeout failed

splincode avatar Jun 10 '20 16:06 splincode