Skip to content

Commit

Permalink
build(docker): add pid1 as init process starting SIPI
Browse files Browse the repository at this point in the history
  • Loading branch information
subotic committed Oct 15, 2023
1 parent 4944ce9 commit 7123d2f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,6 @@ RUN if [ "$TARGETPLATFORM" = "linux/amd64" ]; then \
echo "No supported target architecture selected"; \
fi

ENTRYPOINT [ "/usr/sbin/pid1" ]
ENTRYPOINT [ "/usr/sbin/pid1", "--verbose", "--", "/sipi/sipi" ]

CMD [ "/sipi/sipi", "--config=/sipi/config/sipi.config.lua" ]
CMD [ "--config=/sipi/config/sipi.config.lua" ]

0 comments on commit 7123d2f

Please sign in to comment.