Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Linux docker README- links on Github seem to be case sensitive #859

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions linux/preview/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ There are five Linux-based Docker container images documented here:
* A representation of the actual [Dockerfile](Ubuntu/Dockerfile) that is used by Microsoft to build the Ubuntu-based image [mssql-server-linux](https://hub.docker.com/r/microsoft/mssql-server-linux/) which is available at Docker Hub.
* A [Dockerfile](CentOS/Dockerfile) for building a CentOS-based image on your own
* A [Dockerfile](RHEL/Dockerfile) for building a RHEL-based image on your own
* A [Dockerfile](SLES/dockerfile) for building a SLES-based image on your own
* A [Dockerfile](openSUSE/dockerfile) for building an openSUSE-based image on your own
* A [Dockerfile](SLES/Dockerfile) for building a SLES-based image on your own
* A [Dockerfile](openSUSE/Dockerfile) for building an openSUSE-based image on your own

Full documentation can be found at the [SQL Server on Linux Docker image page](https://docs.microsoft.com/en-us/sql/linux/sql-server-linux-setup-docker).

Expand Down