Skip to content

Microshak/SQLServerPython

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build

docker build --rm -t sqlserverdockerpython:latest .

Run

docker run -v $PWD/home:/home -i -t sqlserverdockerpython /bin/bash


The Config.ini file

It should look like:

[db]
server =xxx.database.windows.net
database = xxx
username = xxx
password = xxx

About

No description, website, or topics provided.

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors