You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4
Original file line number
Diff line number
Diff line change
@@ -38,6 +38,8 @@ pytest
38
38
39
39
Download and install [Task][] into your path (or current directory). Run `task --list` to list available tasks. Run `task <task-name> --summary` to generate a summary of the commands Task will run. Run `task dev-python` to develop Python scripts in Docker. Run `task dev-powershell` to develop PowerShell scripts in Docker.
40
40
41
+
> Note: The `--interactive` flag was introduced in [Docker compose version v2.3.0][].
42
+
41
43
```text
42
44
$ task --list
43
45
task: Available tasks for this project:
@@ -48,3 +50,5 @@ task: Available tasks for this project:
48
50
```
49
51
50
52
[Task]: https://github.com/go-task/task/releases
53
+
54
+
[Docker version v2.3.0]: https://github.com/docker/compose/releases/tag/v2.3.0
0 commit comments