A Brief But Accurate Documentation, BSD Linux And Programming

 Docker

Monday, May 1, 2017

run Chrome as root

nano /opt/google/chrome/google-chrome

Add this in the bottom row

else
  exec -a "$0" "$HERE/chrome"  "$@" --user-data-dir --no-sandbox
fi

1 comment:

Back to top