Skip to content
This repository has been archived by the owner on Jan 6, 2023. It is now read-only.

laudio/docker-airflow-mssql

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 

Repository files navigation

docker-airflow-mssql

Docker image with airflow and mssql tools including msodbc, sqlcmd and pyodbc.

https://hub.docker.com/r/laudio/airflow-mssql

Usage

$ docker pull laudio/airflow-mssql

Build

  1. Clone this repository.
$ git clone git@github.com:laudio/docker-airflow-mssql.git
  1. Go to the cloned directory.
$ cd docker-airflow-mssql
  1. Build a docker image.
$ docker build -t <image_name>:<tag> .
  1. Run docker container.
$ docker run <image_name>