Base Docker Nginx image, suitable from running on Openshift 3.
FROM sqroot/nginx
COPY html /usr/share/nginx/htmlThe web server listens on port 8080.
docker buildx build --platform=linux/amd64 -t sqroot/nginx .
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Base Docker Nginx image, suitable from running on Openshift 3.
FROM sqroot/nginx
COPY html /usr/share/nginx/htmlThe web server listens on port 8080.
docker buildx build --platform=linux/amd64 -t sqroot/nginx .