Skip to content

Commit 3d9c980

Browse files
authored
Merge pull request #438 from tparikka/FixCIGitterBadges
Corrected Build Status & Gitter Badges
2 parents 9919e5c + 23580a0 commit 3d9c980

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

README.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,14 @@
22

33
The project is made possible by volunteer contributors who have put in thousands of hours of their own time, and made the source code freely available under the [Apache License 2.0](https://github.com/SeleniumHQ/docker-selenium/blob/master/LICENSE.md).
44

5-
## Docker images for Selenium Standalone Server Hub and Node configurations with Chrome and Firefox
6-
[![Circle CI](https://circleci.com/gh/SeleniumHQ/docker-selenium.svg?style=svg)](https://circleci.com/gh/SeleniumHQ/docker-selenium)
5+
## Community
6+
7+
### [SeleniumHQ Slack](https://seleniumhq.herokuapp.com/)
78

8-
[![Gitter](https://badges.gitter.im/Join Chat.svg)](https://gitter.im/SeleniumHQ/docker-selenium?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
9+
### IRC (#selenium at Freenode)
10+
11+
## Docker images for Selenium Standalone Server Hub and Node configurations with Chrome and Firefox
12+
[Travis CI](https://travis-ci.org/SeleniumHQ/docker-selenium)
913

1014
Images included:
1115
- __selenium/base__: Base image which includes Java runtime and Selenium JAR file
@@ -21,6 +25,8 @@ Images included:
2125
- __selenium/node-chrome-debug__: Selenium node with Chrome installed and runs a VNC server, needs to be connected to a Selenium Grid Hub
2226
- __selenium/node-firefox-debug__: Selenium node with Firefox installed and runs a VNC server, needs to be connected to a Selenium Grid Hub
2327

28+
##
29+
2430
## Running the images
2531

2632
When executing docker run for an image with chrome browser please add volume mount `-v /dev/shm:/dev/shm` to use the host's shared memory.

0 commit comments

Comments
 (0)