Chris@14: #!/usr/bin/env sh Chris@14: set -e Chris@14: Chris@14: echo ' Downloading selenium' Chris@14: docker pull selenium/standalone-firefox:2.53.1 Chris@14: echo ' Running selenium' Chris@14: docker run -d -p 4444:4444 --network=host selenium/standalone-firefox:2.53.1