Skip to content

Dumb little test project creating a Nancy hello world that can run in a .net core docker container

Notifications You must be signed in to change notification settings

john-shaskin/hellodocker

Repository files navigation

hellodocker

Dumb little test project creating a Nancy hello world that can run in a .net core docker container. It may get added to someday...
Then again, maybe not.....

Build and run in docker

docker build -t hellodocker .
docker run -d -p 5000:5000 --name runhellodocker hellodocker

Test

Go to http://localhost:5000/hello

More to come...

About

Dumb little test project creating a Nancy hello world that can run in a .net core docker container

Resources

Stars

Watchers

Forks

Packages

No packages published