Skip to content

Latest commit

 

History

History
48 lines (33 loc) · 1.85 KB

README.md

File metadata and controls

48 lines (33 loc) · 1.85 KB

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.4.1.1-1, 18.4-alpine, 18.4, 18-alpine, 18, latest-alpine, latest
  • 18.2.1.1-1, 18.2-alpine, 18.2
  • 17.10.1.1-1, 17.10-alpine, 17.10, 17-alpine, 17
  • 18.4.1.1-1-ubuntu24.04, 18.4.1.1-1, 18.4-ubuntu, 18.4, 18-ubuntu, 18, latest-ubuntu
  • 18.2.1.1-1-ubuntu22.04, 18.2.1.1-1, 18.2-ubuntu
  • 17.10.1.1-1-ubuntu22.04, 17.10.1.1-1, 17.10-ubuntu, 17.10, 17-ubuntu
  • 17.4.1.1-1-ubuntu18.04, 17.4.1.1-1, 17.4-ubuntu

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 '-?'