Skip to content

Commit

Permalink
Update docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
yalef committed Nov 20, 2023
1 parent 1391c58 commit 13900f1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions provision/docker.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,9 @@ def stop(context):
@task
def clear(context):
"""Stop and remove all containers defined in docker-compose.
Also remove images.
"""
common.success("Clearing docker compose")
context.run("docker compose rm -f")
Expand Down

0 comments on commit 13900f1

Please sign in to comment.