iqoption.selenoid-docker
Selenoid in Docker
Richte Selenoid in Docker ein.
Anforderungen
python
docker
Variablen
selenoid_version: 1.6.0
selenoid_cm_version: 1.4.2
selenoid_limit: 5
selenoid_tmpfs: 128
selenoid_config_dir: /etc/selenoid
selenoid_listen_port: 4444
selenoid_time_zone: Europe/Moscow
selenoid_browsers_last_versions: 5
selenoid_browsers:
- firefox
- opera
- chrome
selenoid_video_host_output_dir: /var/lib/selenoid/video
selenoid_video_container_output_dir: /opt/selenoid/video
Beispiel
---
- hosts: all
roles:
- selenoid
Abhängigkeiten
Mitwirken
- Forke es
- Erstelle deinen Feature-Branch:
git checkout -b mein-neues-feature
- Committe deine Änderungen:
git commit -am 'Füge ein Feature hinzu'
- Push zum Branch:
git push origin mein-neues-feature
- Reiche eine Pull-Anfrage ein
Lizenz
Siehe LICENSE
Über das Projekt
Ansible role to manage and run the selenoid docker container.
Installieren
ansible-galaxy install iqoption.selenoid-docker
Lizenz
apache-2.0
Downloads
152
Besitzer