.NET Core Docker Samples have moved #3648
MichaelSimons
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
@MichaelSimons commented on Tue Feb 27 2018
.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.
Beta Was this translation helpful? Give feedback.
All reactions