An open API service indexing awesome lists of open source software.

https://github.com/akarsh/seleniarm-docker-compose

Demonstration of seleniarm docker continer images in arm64 macOS
https://github.com/akarsh/seleniarm-docker-compose

arm64 docker-compose hub-and-node macos seleniarm selenium seleniumgrid

Last synced: 26 days ago
JSON representation

Demonstration of seleniarm docker continer images in arm64 macOS

Awesome Lists containing this project

README

          

# Seleniarm-Docker-Compose

This project contains a docker-compose yaml file which is targeted towards users of arm64 architecture M1 Mac

The docker-compose yaml file follows the hub and node usage of Selenium Grid. It uses seleniarm docker images.

## Build and run

For detached execution docker-compose yaml file execute

```
docker-compose -f docker-compose.yaml up -d
```

The Selenium Grid will be running on host url: http://localhost:4444/ui

## Stop

To stop the selenium-hub container execute

```
docker-compose -f docker-compose.yaml down
```