Files
packager/python_flask/selenium/run-driver.sh

11 lines
232 B
Bash
Raw Normal View History

2022-07-07 21:40:37 +02:00
#!/usr/bin/env bash
docker run \
--rm \
--publish 4444:4444 \
--env SE_OPTS="--session-timeout 36000" \
--shm-size="2g" \
--net=host \
--name docker-selenium \
selenium/standalone-firefox:4.3.0-20220706