There was an error while loading. Please reload this page.
1 parent 7aa9a63 commit df98724Copy full SHA for df98724
README.md
@@ -5,6 +5,16 @@ This is a docker image for the mssql-scripter tool.
5
6
Based on [@ianthetechie](https://github.com/ianthetechie) [comment](https://github.com/microsoft/mssql-scripter/issues/236#issuecomment-824553254)
7
8
+## Usage
9
+
10
+Example:
11
12
+```bash
13
+docker run --rm smartondev/mssql-scripter --server "host.docker.internal\SQLINSTANCE" --database "mydb" --user "myuser" --password "mypassword"
14
+```
15
16
+For more options, see [mssql-scripter](https://github.com/microsoft/mssql-scripter/blob/dev/doc/usage_guide.md).
17
18
## Security
19
20
See [SECURITY.md](SECURITY.md)
0 commit comments