
This allows you to create a document that you can use to perform the same download whenever you want. You can save all the information about a download in a document. By default, SiteSucker "localizes" the files it downloads, allowing you to browse a site offline, but it can also download sites without modification. & gpg -keyserver hkp://:80 -recv-keys $_ \ĬOPY confs/nf /etc/fonts/local.SiteSucker can be used to make local copies of websites.

& echo "deb stable main" > /etc/apt//google-chrome.list \ RUN wget -q -O - "" | sudo apt-key add - \ & mkdir -p /home/chrome/Downloads & chown -R chrome:chrome /home/chrome RUN groupadd -r chrome & useradd -r -g chrome -G audio,video chrome \

& dpkg -i '/src/google-talkplugin_current_b' \

& echo "deb stable main" > /etc/apt//google.list \ RUN apt-get update & apt-get install -y \ # You will want the custom seccomp profile:ĪDD /src/google-talkplugin_current_b # -security-opt seccomp=$HOME/chrome.json \ # -v $HOME/.config/google-chrome/:/data \ # if you want to save state # -v $HOME/Downloads:/home/chrome/Downloads \ # -memory 512mb \ # max memory it can use Inlined here for convenience: # Run Chrome in a container Here is a Dockerfile which may be useful to you "bfa2d87a-67d3-4e5e-838b-e6894a90dd5c"Īgain, the browser is not viewable on my screen but I'd like it to be. When looking at the output after remDr$open(), headless is set to false: "Connecting to remote server" The output from the last command is as expected: ] RemDr <- remoteDriver(port=4445L, browserName = "firefox") I go to R and run this code: library(RSelenium)

I went to terminal and typed in: docker run -d -p 4445:4444 selenium/standalone-firefox without issue. I installed docker via the instructions in this article, Is there a way to make it viewable like it was when using RSelenium::startServer() ? I don't think there is anything in my code requiring it to be headless, but that must be the case. I am trying to use RSelenium with Docker, and everything appears to be working, except that I cannot see the firefox browser.
