Container running a SQL Script on a remote SQL DB (typically Azure SQL DB).
1.9K
DockerFile available here.
The container simply runs a bash script itself running SQL CMD.
Here are the environment variables that need to be set in order for it to work properly:
| Environment Variables | Description |
|---|---|
| SCRIPT_URL | Public URL of the SQL Script to run |
| SQL_SERVER | Fully Qualified Domain Name (FQDN) of the SQL Server |
| SQL_DB | Name of the database under that server |
| SQL_USER_NAME | SQL User Name |
| SQL_PASSWORD | SQL User's Password |
Content type
Image
Digest
Size
93.3 MB
Last updated
over 8 years ago
docker pull vplauzon/sql-script-runner