Sign inSign up

aguyonnet/mssql-bck

By aguyonnet

Updated over 5 years ago

Docker image of sqlCMD which integrates a backup script of all the databases of a SQL server.

Image
0

342

aguyonnet/mssql-bck repository overview

mssql-bck

Docker image of sqlCMD which integrates a backup script of all the databases of a SQL server.

Environment variables

VariableExample value
HOST127.0.0.1
USERsa
PASSWORDMyPassword123

Volume

Backups will be stored in

/var/dbbackups

you need to mount this volume to receive backups

Usage example

~# docker run -it --rm -e HOST=127.0.0.1 -e USER=sa -e PASSWORD=MyPassword123 -v /mybck_folder:/var/dbbackups aguyonnet/mssql-bck

Tag summary

Content type

Image

Digest

Size

93.3 MB

Last updated

over 5 years ago

docker pull aguyonnet/mssql-bck