dotnet-docker-samples icon indicating copy to clipboard operation
dotnet-docker-samples copied to clipboard

.NET Core Docker Samples have moved

Open MichaelSimons opened this issue 7 years ago • 0 comments

.NET Core Docker Samples have moved

The .NET Core Docker samples have moved to the samples folder of dotnet/dotnet-docker.

Details

The .NET Core Docker samples have been enhanced and moved to the samples folder of dotnet/dotnet-docker

  • https://github.com/dotnet/dotnet-docker/pull/362
  • https://github.com/dotnet/dotnet-docker/issues/396

The samples show various ways to use .NET Core and Docker together. You can use the samples as the basis of your own Docker images or just to play.

The samples exercise various levels of functionality. The .NET Core Docker sample includes the most functionality, including build, unit testing, and pushing images to a container registry. The ASP.NET Core Docker sample includes instructions for testing images with Azure Container Instances. The samples include detailed instructions for use with and without Docker.

MichaelSimons avatar Feb 27 '18 17:02 MichaelSimons