Getting Started with NGINX on Docker
https://adamtheautomator.com/nginx20.07.2021 · Provisioning an NGINX Docker Container. Let’s get started by first creating a Linux Docker image with NGINX already installed. This tutorial will use a minimal Linux distribution called Alpine Linux running the latest NGINX version available, which is 1.21.1 in this tutorial. 1.
Getting Started with NGINX on Docker
adamtheautomator.com › nginxJul 20, 2021 · 2. Run the docker pull command to retrieve, or pull, the latest nginx image from the NGINX Docker Hub repository using the mainlin-alpine branch. The Docker Hub is an open-source repository of Docker Images available to Docker users. docker pull nginx:mainline-alpine
Docker Hub
https://hub.docker.com/r/ubuntu/nginx#!Nginx | Ubuntu Current Nginx Docker Image from Canonical, based on Ubuntu. Receives security updates and rolls to newer Nginx or Ubuntu release. This repository is free to use and exempted from per-user rate limits. About Nginx Nginx ("engine X") is a high-performance web and reverse proxy server created by Igor Sysoev.
Nginx - Official Image | Docker Hub
hub.docker.com › _ › nginxNginx (pronounced "engine-x") is an open source reverse proxy server for HTTP, HTTPS, SMTP, POP3, and IMAP protocols, as well as a load balancer, HTTP cache, and a web server (origin server). The nginx project started with a strong focus on high concurrency, high performance and low memory usage.