/hello-nginx

Hello-world Nginx web site deployed with Docker and Kubernetes

Primary LanguageCSS

Hello-Nginx

Simple web site with Nginx based on Alpine Docker image.

Contains a Jenkins file to build with Kaniko and deployed with Kubernetes.

Build

docker build -t hello-nginx .

Run

docker run -p 8080:80 --name hello-nginx hello-nginx