Update docker-image-reference.md

This commit is contained in:
Lee Coward 2017-02-07 16:12:30 -08:00 committed by GitHub
parent 0e786221d9
commit 280d0ce33e

View file

@ -1,6 +1,6 @@
# Docker Images and .NET Core Content Reference
In order for Docker containers to run dotnet cli commands the sdk that you use to build your project with locally must match the dotnet sdk version inside your container. If you want a lighter-weight container and dont need to use the cli tools inside the container, then you can pull the runtime images.
In order for Docker containers to run dotnet cli commands, the sdk that you use to build your project with locally must match the dotnet sdk version inside your container. If you want a lighter-weight container and dont need to use the cli tools inside the container, then you can pull the runtime images.
| Docker Images 2/07/17 | .NET Core Runtime version in image | .NET Core SDK version in image (NOTE: All SDK versions can target all runtimes) | Full SDK version number |
|----------------------------------------|-------------------------------------------|----------------------------------------------------------------------------------------------|---------------------------------|
@ -19,4 +19,4 @@ In order for Docker containers to run dotnet cli commands the sdk that you use t
| 1.1.0-sdk-msbuild-rc4 | 1.0.3, 1.1.0 | 1.1.0-sdk-msbuild | 1.0.0-rc4-004771 |
| 1.1.0-sdk-msbuild-rc4-nanoserver | 1.0.3, 1.1.0 | 1.1.0-sdk-msbuild | 1.0.0-rc4-004771 |
> **Note:** Edit your project file to target the runtime you wish to use. All SDK versions work with all runtimes though the SDK is not included in the image.
> **Note:** Edit your project file to target the runtime you wish to use. All SDK versions work with all runtimes though the SDK is not included in the image.