Skip to content

Latest commit

 

History

History

1.15

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

NGINX 1.15 Image

This directory contains the definition for the unikraft.org/nginx:1.15 image.

To run this image, install Unikraft's companion command-line toolchain kraft and then you can run:

kraft run -p 8080:80 unikraft.org/nginx:1.15

Once executed you will be able to view the built-in welcome page at http://localhost:8080.

To customize the static content served over NGINX, simply mount a path on your host:

kraft run -p 8080:80 path/to/html:/nginx/html unikraft.org/nginx:1.15

See also