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

Latest commit

 

History

History
37 lines (24 loc) · 531 Bytes

README.md

File metadata and controls

37 lines (24 loc) · 531 Bytes

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 [email protected]: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>