-
-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Closed
Description
Hi !
I'm using Arch as host, with 4.6.2-1 kernel and 1.11.2 is my Docker version.
This doesn't work for me:
docker run -it \
--net host \ # may as well YOLO
--cpuset-cpus 0 \ # control the cpu
--memory 512mb \ # max memory it can use
-v /tmp/.X11-unix:/tmp/.X11-unix \ # mount the X11 socket
-e DISPLAY=unix$DISPLAY \
-v $HOME/Downloads:/root/Downloads \
-v $HOME/.config/google-chrome/:/data \ # if you want to save state
--device /dev/snd \ # so we have sound
-v /dev/shm:/dev/shm \
--name chrome \
jess/chrome
this doesn't open the chrome window for me. but when I add--no-sandbox or --disable-setuid-sandbox, it works.
Also, with 512mb ram, it crashes tabs multiple times, also "HTTPS everywhere" and "uBlock" will crash multiple times. adding --disable-appcontainer won't help either.
is there any way to run Chrome container with sand-boxing in Arch ?
best regards.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels