Skip to content

Instantly share code, notes, and snippets.

@clouedoc
Created November 26, 2021 18:44
Show Gist options
  • Select an option

  • Save clouedoc/ffd4f15a91d4a8067273d4a58531b9fc to your computer and use it in GitHub Desktop.

Select an option

Save clouedoc/ffd4f15a91d4a8067273d4a58531b9fc to your computer and use it in GitHub Desktop.
If you get SIGILL with a Dockerized Chrome instance, here is the solution.

Chrome SIGILL

Add these arguments:

  '--no-sandbox',
  '--enable-logging',
  '--v1=1',
  '--disable-dev-shm-usage',
  '--no-first-run',
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment