$ docker pull pitchanon/robot-framework
Create container with docker images selenium/standalone-chrome
$ docker run -d -p 4444:4444 --name selenium-chrome selenium/standalone-chrome
$ docker run --rm --name robot \
--link selenium-chrome:local \
-v $PWD:/acceptance_tests \
-w /acceptance_tests pitchanon/robot-framework \
--exitonfailure -v ENV:uat -v remote_url:http://local:4444/wd/hub .
Content type
Image
Digest
Size
31.1 MB
Last updated
over 9 years ago
docker pull pitchanon/robot-framework