Skip to content

Commit

Permalink
docs: mention the init process (#12177)
Browse files Browse the repository at this point in the history
  • Loading branch information
OrKoN committed Apr 2, 2024
1 parent 35e99fa commit 308bc8d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/guides/docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

:::

0 comments on commit 308bc8d

Please sign in to comment.