Skip to content

Commit 49c030f

Browse files
committed
it appears container must be privilged in either mode
1 parent 426c144 commit 49c030f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ before_install:
2828

2929
# run visual tests on r-release
3030
before_script:
31-
- if [[ "$TRAVIS_R_VERSION_STRING" == "release" ]]; then docker run -e VMODE="ci" -v $(pwd):/home/plotly cpsievert/plotly-orca; fi
31+
- if [[ "$TRAVIS_R_VERSION_STRING" == "release" ]]; then docker run -e VMODE="ci" -v $(pwd):/home/plotly --privileged cpsievert/plotly-orca; fi
3232

3333
# work around temporary travis + R 3.5 bug
3434
r_packages: devtools

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ This will launch a shiny app for inspecting and validating any visual difference
2525
If, for some reason, you want to just run the visual tests to see if they'll pass, do:
2626

2727
```shell
28-
docker run -e VMODE="ci" -v $(pwd):/home/plotly cpsievert/plotly-orca
28+
docker run -e VMODE="ci" -v $(pwd):/home/plotly --privileged cpsievert/plotly-orca
2929
```
3030

3131
## Code of Conduct

0 commit comments

Comments
 (0)