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
- Host: GitHub
- URL: https://github.com/akarsh/seleniarm-docker-compose
- Owner: akarsh
- License: gpl-3.0
- Created: 2023-05-02T21:02:54.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-05-02T21:26:49.000Z (about 3 years ago)
- Last Synced: 2025-02-16T07:17:48.331Z (over 1 year ago)
- Topics: arm64, docker-compose, hub-and-node, macos, seleniarm, selenium, seleniumgrid
- Homepage:
- Size: 14.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```