nginx

Nginx web server. More information: <https://nginx.org/en/>.

Debian Debian
RUN apt-get update && \ apt-get install -y nginx-extras
Ubuntu
RUN apt-get update && \ apt-get install -y nginx-extras
Alpine
RUN apk add nginx
Arch Arch Linux
RUN pacman -S --noconfirm nginx
image/svg+xml Kali Linux
RUN apt-get update && \ apt-get install -y nginx-extras
Fedora
RUN dnf install -y nginx-extras
Raspbian
RUN apt-get update && \ apt-get install -y nginx-extras
click the source code to copy install nginx on any operating system with command-not-found.com