Skip to content
This repository was archived by the owner on Aug 6, 2018. It is now read-only.

Commit 4db9c7c

Browse files
authored
Merge pull request #3 from rbayliss/patch-1
Document strange behavior when running as user
2 parents c55754b + 06eac53 commit 4db9c7c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

+4
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,10 @@ Both SlimerJS and Firefox ESR (extended support release) are installed in the co
5757
`backstop openReport` is not (yet) supported.
5858
You will need a running webserver to view HTML reports generated by BackstopJS.
5959

60+
When running SlimerJS, the user you are running the container as must have a home directory in order for Slimer to start properly. You can work around this by setting the HOME variable. Ex:
61+
```
62+
docker run --rm --user 1000 -e HOME=/tmp/home docksal/backstopjs test
63+
```
6064

6165
## Debugging
6266

0 commit comments

Comments
 (0)