raphapr / linuxkit-hello-world

Say hello world with linuxkit

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

linuxkit-hello-world

Simple code that configures a NGINX with Hello World using linuxkit

Dependencies

Build

make build

Run

make run-only

Build and run

make run

Test

Once you have a linuxkit virtual machine running on your local machine, you are able to request the nginx endpoint:

wget -qO- "http://127.0.0.1"

About

Say hello world with linuxkit


Languages

Language:Makefile 93.8%Language:HTML 6.2%