/bin/grep: /sbin/init: No such file or directory code example
Example: /bin/grep: /sbin/init: No such file or directory
FROM debian:9
RUN apt-get update && apt-get install -y init && apt-get clean all
FROM debian:9
RUN apt-get update && apt-get install -y init && apt-get clean all