Sign inSign up

altcloud/nginx

By altcloud

•Updated over 4 years ago

Build nginx

Image
0

362

altcloud/nginx repository overview

⁠dockerfiles-alt-nginx

ALT dockerfile for nginx.

Copy Dockerfile somewhere and build the image: $ docker build --rm -t <username>/nginx .

And launch the nginx container: docker run -it -p 80:80 <username>/nginx

It could be test via: curl localhost:80

Tag summary

Content type

Image

Digest

Size

45.7 MB

Last updated

over 4 years ago

docker pull altcloud/nginx