How to run sitespeedio/sitespeed.io docker container on Docker Jenkins slave (jenkinsci/jnlp-slave)
See original GitHub issueI am trying to run sitespeedio/sitespeed.io inside a jenkins slave agent docker container, but I am not getting any result/error. Could you please help me in fixing this?
Please find below for the console output :
docker run --shm-size=1g --rm -v "$(pwd)":/sitespeed.io sitespeedio/sitespeed.io:6.2.2 https://www.google.com/ --browsertime.proxy.http=test.test.com:8080 --browsertime.proxy.https=test.test.com:8080 --outputFolder=reports
Google Chrome 63.0.3239.84 Mozilla Firefox 54.0.1
Issue Analytics
- State:
- Created 6 years ago
- Comments:26 (14 by maintainers)
Top Results From Across the Web
No results found
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Ah sorry, I thought Kubernetes was the problem, especially if you wanted to make sure you wheren’t using Docker in Docker. There are other problems using it also see https://github.com/sitespeedio/sitespeed.io/issues/1819.
Some Linux distros need Chrome to start in no sandbox mode, could it be that?
--browsertime.chrome.args no-sandbox
?Best Peter
People usually have a problem running Docker in Docker. GitLab uses that and run sitespeed.io so I think people interested in running Jenkins should have look there.