Skip to content
This repository has been archived by the owner on May 3, 2018. It is now read-only.

Latest commit

 

History

History
49 lines (30 loc) · 1.14 KB

README.md

File metadata and controls

49 lines (30 loc) · 1.14 KB

Docker Sauce Labs Connect

THIS REPO IS NOT MAINTAINED ANY MORE!

Please use the fork: https://github.com/joscha/docker-sauce-connect and https://hub.docker.com/r/joscha/docker-sauce-connect/


This docker image runs Sauce Labs Connect 4.4.6 on Java 8.

Versions

  • 4.4, latest
  • 4.3

Usage

It sets the sc CLI as the entrypoint so it can be used as a replacement via an shell alias:

$ alias sc="docker run --rm -it -p 8000:8000 ustwo/sauce-connect"
$ sc -P 8000 -u $SAUCE_USERNAME -k $SAUCE_ACCESS_KEY

Or just

$ docker run --rm -it \
             -p 0.0.0.0:8000:8000 \
             ustwo/sauce-connect -P 8000 \
                                 -u $SAUCE_USERNAME \
                                 -k $SAUCE_ACCESS_KEY \
                                 --tunnel-identifier foo

Contact

Maintainers

  • Arnau Siches (@arnau)

License

There is no guarantee of active maintenance. Licensed under MIT.