Skip to content

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.
Copy link
Author

@CODE-G-ROOT CODE-G-ROOT left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

root /opt/mssql-tools/bin/sqlcmd has been changed for /opt/mssql-tools18/bin/sqlcmd

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.

2 participants