Added service container for Selenium standalone with Chrome (#519)

* Added service container for Selenium standalone with Chrome
This commit is contained in:
Edmund Luong
2017-01-01 10:22:01 -05:00
committed by Philippe Trépanier
parent 978dd425b9
commit 2fc3919598
3 changed files with 23 additions and 0 deletions

5
selenium/Dockerfile Normal file
View File

@ -0,0 +1,5 @@
FROM selenium/standalone-chrome
MAINTAINER Edmund Luong <edmundvmluong@gmail.com>
EXPOSE 4444