From 8829d41e18dae8a041234960482ddcd32b3fe505 Mon Sep 17 00:00:00 2001 From: Carlos Robles Date: Mon, 11 May 2020 23:24:15 -0600 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f14ad0c..f2e1744 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ # MSSQL Tools with Alpine -Looking for a minimalistic SQLCMD (mssql-tools) container image? ```mssql-tools-alpine``` is definitively a very good alternative. +Looking for a minimalistic **SQLCMD** (mssql-tools) container image? ```mssql-tools-alpine``` is definitively a very good alternative. -This image size is ~17 MB, providing you the portability and agility you need to run queries on the fly. +This image size is ~17 MB, providing you the portability and agility you need to run queries using **SQLCMD** on the fly. ## Examples @@ -18,7 +18,7 @@ docker container run --rm -it mssql-tools-alpine sqlcmd -? ### Using SQLCMD through local network ```docker -docker container run -it --network host mssql-alpine sqlcmd -S localhost,1500 -U sa -P '_SqLr0ck$_' +docker container run -it --network host mssql-alpine sqlcmd -S -U -P ``` ## Questions?