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

Update README.md #912

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

CODE-G-ROOT
Copy link

The SQL Server Docker image documentation specifically (2017:latest, 2019:latest, 2022:latest) the path to the sqlcmd tool as /opt/mssql-tools/bin/sqlcmd. However, the correct path is /opt/mssql-tools18/bin/sqlcmd. This commit updates the documentation to reflect the correct directory path, preventing errors when users attempt to run sqlcmd inside the container.

image

The SQL Server Docker image documentation specifically (2017:latest, 2019:latest, 2022:latest) the path to the `sqlcmd` tool as `/opt/mssql-tools/bin/sqlcmd`. However, the correct path is `/opt/mssql-tools18/bin/sqlcmd`. This commit updates the documentation to reflect the correct directory path, preventing errors when users attempt to run `sqlcmd` inside the container.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant