Docker image of sqlCMD which integrates a backup script of all the databases of a SQL server.
342
Docker image of sqlCMD which integrates a backup script of all the databases of a SQL server.
| Variable | Example value |
|---|---|
| HOST | 127.0.0.1 |
| USER | sa |
| PASSWORD | MyPassword123 |
Backups will be stored in
/var/dbbackups
you need to mount this volume to receive backups
~# docker run -it --rm -e HOST=127.0.0.1 -e USER=sa -e PASSWORD=MyPassword123 -v /mybck_folder:/var/dbbackups aguyonnet/mssql-bck
Content type
Image
Digest
Size
93.3 MB
Last updated
over 5 years ago
docker pull aguyonnet/mssql-bck