dotnet-framework-docker-sam.../dotnetapp-4.7
Richard Lander 67879b2a65 Formatting updates 2017-06-12 13:32:12 -07:00
..
Dockerfile Formatting updates 2017-06-12 13:32:12 -07:00
Program.cs Formatting updates 2017-06-12 13:32:12 -07:00
README.md Update samples 2017-06-12 07:26:13 -07:00
dotnetapp-4.7.csproj Update samples 2017-06-12 07:26:13 -07:00
dotnetapp-4.7.exe.config Update samples 2017-06-12 07:26:13 -07:00
dotnetapp-4.7.sln Add .NET 4.7 sample 2017-06-04 22:04:02 -07:00

README.md

dotnet-framework:4.7 Sample

The dotnet-framework:4.7 sample demonstrates basic "hello world" usage of the .NET Framework 4.7. It shows you how you can build and deploy the app relying on the .NET Framework 4.7 docker image.

Script

Follow these steps to try out this sample. To complete this sample you must have Windows 10 (or Windows Server 2016), Docker for Windows, Visual Studio, and Git installed.

Note: You must use Windows Containers on Docker for Windows to run this image. Be sure to check that you are properly switched to Windows Containers. Do this by opening the system tray up arrow and right clicking on the Docker whale icon for a popup menu. In the popup menu make sure you select 'Switch to Windows Containers'.

Preparing your Environment

  1. Git clone this repository or otherwise copy this sample to your machine: git clone https://github.com/dotnet/dotnet-framework-docker-samples/dotnetapp-4.7
  2. Build the project locally

Build and run Docker image

Navigate to this sample on your machine at the command prompt. Make sure command prompt is open to the same folder that contains the Dockerfile.

  1. Build the Docker image docker build -t dotnet47-app .
  2. Run the application in the container: docker run dotnet47-app