Skip to content

Sqlcmd – command line tool for Microsoft SQL Server (Docker image).

License

Notifications You must be signed in to change notification settings

fabiang/docker-sqlcmd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fabiang/sqlcmd

Sqlcmd – command line tool for Microsoft SQL Server.
Docker image for the new sqlcmd is also available.

fabiang/sqlcmd fabiang/sqlcmd Docker Image

Available tags

  • 18.2.1.1-1-ubuntu22.04, 18.2.1.1-1, 18.2-ubuntu, 18.2, 18-ubuntu, 18, latest-ubuntu, latest
  • 17.10.1.1-1-ubuntu22.04, 17.10.1.1-1, 17.10-ubuntu, 17.10, 17-ubuntu, 17
  • 17.4.1.1-1-ubuntu18.04, 17.4.1.1-1, 17.4-ubuntu, 17.4

License

When using this container you consent with the following licenses:

All other parts of this repository are licensed under BSD 2-Clause License.

Usage

Connect to an Sqlsrv inside another container (Container name is "my-sqlsrv"):

docker run -it --link my-sqlsrv:sqlsrv fabiang/sqlcmd -S sqlsrv -U sa

Or to any other server on the network:

docker run -it fabiang/sqlcmd -S some-sqlsrv -U sa

Get available options with:

docker run -it fabiang/sqlcmd '-?'