KEMBAR78
GitHub - croblesm/sqlcmd-go-scratch: A sqlcmd-go image alternative using Scratch
Skip to content

croblesm/sqlcmd-go-scratch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Sqlcmd-Go with Scratch

Are you in need of a compact SQLCMD (Go) container image? Look no further than sqlcmd-go-scratch. With a size of approximately 19 MB, this image offers the portability and flexibility required for executing queries using SQLCMD seamlessly within containers.

Examples

Image build

docker build . -t sqlcmd-go-scratch

Checking SQLCMD help

docker container run --rm -it mssql-tools-alpine sqlcmd --help

Using SQLCMD through local network

docker container run -it --network host sqlcmd-go-scratch sqlcmd -S <HOSTNAME|PORT> -U <USER> -P <PASSWORD>

Questions?

If you have questions or comments about this demo, don't hesitate to contact me at contact@croblesm.com

Follow me

N|Solid N|Solid N|Solid

About

A sqlcmd-go image alternative using Scratch

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published