Skip to content

Commit

Permalink
minor grammar changes in Readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kristi authored Mar 25, 2017
1 parent a2a55ef commit c24b09c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,17 +21,17 @@ Pull the image from the Docker repository.

## Build

For example, if you need to install [Extra Packages](https://pythonhosted.org/airflow/installation.html#extra-package), edit the Dockerfile and than build-it.
For example, if you need to install [Extra Packages](https://pythonhosted.org/airflow/installation.html#extra-package), edit the Dockerfile and then build it.

docker build --rm -t puckel/docker-airflow .

## Usage

By default, docker-airflow run Airflow with **SequentialExecutor** :
By default, docker-airflow runs Airflow with **SequentialExecutor** :

docker run -d -p 8080:8080 puckel/docker-airflow

If you want to run other executor, you've to use the docker-compose.yml files provided in this repository.
If you want to run another executor, use the other docker-compose.yml files provided in this repository.

For **LocalExecutor** :

Expand Down

0 comments on commit c24b09c

Please sign in to comment.