Skip to content

Commit

Permalink
[AIRFLOW-4433] - Add missing type in DockerOperator doc string (apach…
Browse files Browse the repository at this point in the history
…e#5205)

Add missing type in DockerOperator docstring for the volumes params
  • Loading branch information
ReptilianBrain authored and potiuk committed Apr 30, 2019
1 parent b69c686 commit 7e2a807
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions airflow/operators/docker_operator.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ class DockerOperator(BaseOperator):
:type user: int or str
:param volumes: List of volumes to mount into the container, e.g.
``['/host/path:/container/path', '/host/path2:/container/path2:ro']``.
:type volumes: list
:param working_dir: Working directory to
set on the container (equivalent to the -w switch the docker client)
:type working_dir: str
Expand Down

0 comments on commit 7e2a807

Please sign in to comment.