sauce-docs
sauce-docs copied to clipboard
Improve docs for SC5 Docker set-up
Description
- Adds bash script with comments detailing each command.
- Clarifies env var value assignments with clear placeholders, examples, notes
- Minor language adjustment around specifying arguments
Motivation and Context
These changes makes Sauce Connect 5 setup a little bit easier for new Sauce Connect 5 users.
Types of Changes
- [ ] Bug fix (non-breaking change which fixes an issue)
- [ ] New feature (non-breaking change which adds functionality)
- [ ] Breaking change (fix or feature that would cause existing functionality to change)
- [x] Documentation fix (typos, incorrect content, missing content, etc.)
Just fyi @mfranzonello2
Please fix the build @ab91
@ab91 can you please rebase.
@mmatczuk would you like the revisions? If the revisions are stale or unwanted, I'll just close the PR instead of rebasing for proper merge.
Left some comments. Overall the change is legitimate.
Thoughts @mmatczuk?
Thanks @ab91 for the contribution. I'm closing this as now we use sth like
docker run \
-e SAUCE_USERNAME="<usename>" \
-e SAUCE_ACCESS_KEY="<access-key>" \
-e SAUCE_REGION="<region>" \
-e SAUCE_TUNNEL_NAME="<tunnel-name>" \
saucelabs/sauce-connect