How to mount download location in dynamic grid

62 views
Skip to first unread message

fmartyka16

unread,
Sep 22, 2021, 6:14:16 AM9/22/21
to Selenium Users

What is the way to have downloaded files from the containers created by the dynamic grid mounted on the host machine?

docker run -d --rm --privileged --name selenium-docker -p 4444:4444 -e SCREEN_WIDTH=1920 -e SCREEN_HEIGHT=1080 \ -v /root/Selenium/config.toml:/opt/bin/config.toml \ -v /var/www/html/selenium:/opt/selenium/assets \ -v /root/Selenium/downloads:/home/seluser/Downloads \ selenium/standalone-docker:4.0.0-rc-2-prerelease-20210916

I can see that the files are downloaded to /home/seluser/Downloads path inside containers, but I do not see any way to have it mounted to the host machine

Reply all
Reply to author
Forward
0 new messages