Verify it is PID1

The Dockerfile

FROM debian:buster-slim

RUN apt-get update
RUN apt-get install -y nginx

CMD ["/usr/sbin/nginx", "-g", "daemon off;"]

Becoming PID1

Reading logs