Sign inSign up

mattjonestechnology/docker-sauce-connect

By mattjonestechnology

•Updated about 11 years ago

A docker container to run sauce lab's sauce-connect

Image
0

333

mattjonestechnology/docker-sauce-connect repository overview

⁠Sauce Labs Connect

This image runs Sauce Labs Connect⁠ 4.3 on Java 8

WARNING This image is in development.

⁠Versions

  • 4.3, latest

⁠Usage

⁠Base image

Use it in the FROM instruction.

FROM ustwo/docker-sauce-connect
# your instructions

⁠Single run

docker run –name sc -d \
  -p 0.0.0.0:8000:8000 \
  -e SAUCE_USERNAME=foobar \
  -e SAUCE_ACCESS_KEY=00000000-0000-0000-0000-000000000000 \
  ustwo/docker-sauce-connect

⁠Maintainers

Tag summary

Content type

Image

Digest

sha256:5af48daba…

Size

197.7 MB

Last updated

almost 11 years ago

docker pull mattjonestechnology/docker-sauce-connect