diff --git a/404.html b/404.html index 2b5b5eabbb1..f48cd88eb22 100644 --- a/404.html +++ b/404.html @@ -6,7 +6,7 @@
Dockerfile
as the starting point.
Make sure to specify a init process via the --init
flag or a custom ENTRYPOINT
-to make sure all processes started by Puppeteer are managed properly.
The image installs and configures dbus for Chrome. Usually you would not +need dbus in the headless mode but you might see warnings in the browser +console. You can start the dbus service before launching +your application:
+sudo service dbus start
See https://docs.docker.com/config/containers/multi-service_container/ +for instructions how to start multiple processes in a container.