By default, Docker runs a container with a /dev/shm shared memory space 64MB.This is typically too smallfor Chrome and will cause Chrome to crash when rendering large pages. To fix,run the container with docker run --shm-size=1gb to increase the size of/dev/shm. Since Chrome 65, this is no longer necessary. Instead, launch thebrowser with the --disable-dev-shm-usage flag: