pkill
Signal process by name. Mostly used for stopping processes. More information: <https://www.man7.org/linux/man-pages/man1/pkill.1.html>.
RUN apt-get update && \
apt-get install -y procps
RUN apt-get update && \
apt-get install -y procps
RUN apk add procps
RUN pacman -S --noconfirm procps-ng
RUN apt-get update && \
apt-get install -y procps
RUN yum install -y procps-ng
RUN dnf install -y procps-ng
RUN apt-get update && \
apt-get install -y procps