This repository was archived by the owner on Mar 1, 2018. It is now read-only.

Description
.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
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.