Skip to content

Latest commit

 

History

History
94 lines (67 loc) · 5.61 KB

README.wcf.md

File metadata and controls

94 lines (67 loc) · 5.61 KB

Featured Tags

  • 4.8
    • docker pull mcr.microsoft.com/dotnet/framework/wcf:4.8

About This Image

The Windows Communication Foundation (WCF) is a framework for building service-oriented applications. Using WCF, you can send data as asynchronous messages from one service endpoint to another. A service endpoint can be part of a continuously available service hosted by IIS, or it can be a service hosted in an application.

Watch dotnet/announcements for Docker-related .NET announcements.

How to Use the Image

The WCF Docker samples show various ways to use WCF and Docker together.

Container sample: Run a WCF application

You can quickly run a container with a pre-built sample WCF Docker image, based on the WCF Docker sample.

Type the following Docker command to start a WCF service container:

docker run --name wcfservicesample --rm -it mcr.microsoft.com/dotnet/framework/samples:wcfservice

Find the IP address of the container instance.

docker inspect --format="{{.NetworkSettings.Networks.nat.IPAddress}}" wcfservicesample
172.26.236.119

Type the following Docker command to start a WCF client container, set environment variable HOST to the IP address of the wcfservicesample container:

docker run --name wcfclientsample --rm -it -e HOST=172.26.236.119 mcr.microsoft.com/dotnet/framework/samples:wcfclient

Related Repos

.NET Framework:

.NET Core:

Full Tag Listing

Windows Server, version 1903 amd64 Tags

Tag Dockerfile
4.8-20190709-windowsservercore-1903, 4.8-windowsservercore-1903, 4.8, latest Dockerfile

Windows Server 2019 amd64 Tags

Tag Dockerfile
4.8-20190709-windowsservercore-ltsc2019, 4.8-windowsservercore-ltsc2019, 4.8, latest Dockerfile
4.7.2-20190709-windowsservercore-ltsc2019, 4.7.2-windowsservercore-ltsc2019, 4.7.2 Dockerfile

Windows Server, version 1803 amd64 Tags

Tag Dockerfile
4.8-20190709-windowsservercore-1803, 4.8-windowsservercore-1803, 4.8, latest Dockerfile
4.7.2-20190709-windowsservercore-1803, 4.7.2-windowsservercore-1803, 4.7.2 Dockerfile

Windows Server 2016 amd64 Tags

Tag Dockerfile
4.8-20190709-windowsservercore-ltsc2016, 4.8-windowsservercore-ltsc2016, 4.8, latest Dockerfile
4.7.2-20190709-windowsservercore-ltsc2016, 4.7.2-windowsservercore-ltsc2016, 4.7.2 Dockerfile
4.7.1-20190709-windowsservercore-ltsc2016, 4.7.1-windowsservercore-ltsc2016, 4.7.1 Dockerfile
4.7-20190709-windowsservercore-ltsc2016, 4.7-windowsservercore-ltsc2016, 4.7 Dockerfile
4.6.2-20190709-windowsservercore-ltsc2016, 4.6.2-windowsservercore-ltsc2016, 4.6.2 Dockerfile

You can retrieve a list of all available tags for dotnet/framework/wcf at https://mcr.microsoft.com/v2/dotnet/framework/wcf/tags/list.

Support

See the .NET Framework Lifecycle FAQ

Feedback

License

View license information for the software contained in this image.

Windows Container images use the same license as the Windows Server Core base image.