Merge pull request #642 from leecow/master

add Docker to download page
This commit is contained in:
Lee Coward 2017-05-10 14:37:53 -07:00 committed by GitHub
commit 401449ec59

View file

@ -20,6 +20,10 @@
* [Checksums_Shared_Framework](https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.0.0-preview1-sharedfx-sha.txt)
* [Checksums_SDK](https://dotnetcli.blob.core.windows.net/dotnet/checksums/2.0.0-preview1-sdk-sha.txt)
## Docker
Images for .NET Core 2.0.0 Preview 1 are available on [Docker](https://hub.docker.com/r/microsoft/dotnet/).
## Installation from a binary archive
When using binary archives to install, we recommend the contents be extracted to `/opt/dotnet` and a symbolic link created for `dotnet`. If an earlier release of .NET Core is already installed, the directory and symbolic link may already exist. Ubuntu and Mint users should follow the instructions in the Ubuntu Installation section below.