Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 362 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 362 Bytes

Description

Small image testing building and running dotnet core 3.0

Build and run

$ git clone https://github.com/slamidtfyn/docker-dotnet3.git
$ cd docker-dotnet3
$ docker build -t dotnet3 .
$ docker run dotnet3
Hello World!

Prebuild Image

https://hub.docker.com/r/slamidtfyn/dotnet3

$ docker run slamidtfyn/dotnet3
Hello World!