mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
docs: mention the init process (#12177)
This commit is contained in:
parent
35e99fa996
commit
308bc8d05a
@ -30,3 +30,10 @@ mode.
|
||||
If you need to build an image based on a different base image, you can use our
|
||||
[`Dockerfile`](https://github.com/puppeteer/puppeteer/blob/main/docker/Dockerfile)
|
||||
as the starting point.
|
||||
|
||||
:::caution
|
||||
|
||||
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.
|
||||
|
||||
:::
|
||||
|
Loading…
Reference in New Issue
Block a user