Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/core.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRahul Bhandari <rbhanda@microsoft.com>2020-11-10 19:57:18 +0300
committerGitHub <noreply@github.com>2020-11-10 19:57:18 +0300
commit58de0ac1ff0d443aa0988e9c2906f4f88c9156b5 (patch)
tree58a6b62895ad4b7648fcba428c430864ee6a0686
parentd51fe45110be0e6882c78399d22f03604e04c70b (diff)
Update 3.1.10.md
-rw-r--r--release-notes/3.1/3.1.10/3.1.10.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/release-notes/3.1/3.1.10/3.1.10.md b/release-notes/3.1/3.1.10/3.1.10.md
index 2583fc75..60f5cd07 100644
--- a/release-notes/3.1/3.1.10/3.1.10.md
+++ b/release-notes/3.1/3.1.10/3.1.10.md
@@ -38,7 +38,7 @@ Visit [.NET Documentation](https://docs.microsoft.com/en-us/dotnet/core/) to lea
The [.NET Docker images](https://hub.docker.com/_/microsoft-dotnet) have been updated for this release. .NET container samples are available at [dotnet/dotnet-docker](https://github.com/dotnet/dotnet-docker/blob/master/samples/README.md). You can use the following command to try running the latest .NET 3.1 release in containers:
```console
-docker run --rm -it mcr.microsoft.com/dotnet/samples:3.1
+docker run --rm -it mcr.microsoft.com/dotnet/samples
```
The following repos have been updated.