Skip to content

Commit 23fed94

Browse files
committed
GH-2: Document Docker image tags
1 parent 450ff78 commit 23fed94

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,9 @@ To export local database `db` with username `sa` and password `password` to bacp
2525
docker run -it --rm -v /backups:/data --network=host markhobson/sqlpackage \
2626
/a:Export /ssn:tcp:localhost /sdn:db /su:sa /sp:password /tf:/data/db.bacpac
2727
```
28+
29+
## Tags
30+
31+
The following Docker tags are available:
32+
33+
* `18.7`, `latest` [(Dockerfile)](https://github.com/markhobson/docker-sqlpackage/blob/18.7/Dockerfile)

0 commit comments

Comments
 (0)