Skip to content

Commit 18cca13

Browse files
committed
Note: '--interactive' flag was added to 'docker compose' v2.3.0
1 parent 611b741 commit 18cca13

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Diff for: README.md

+4
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@ pytest
3838

3939
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.
4040

41+
> Note: The `--interactive` flag was introduced in [Docker compose version v2.3.0][].
42+
4143
```text
4244
$ task --list
4345
task: Available tasks for this project:
@@ -48,3 +50,5 @@ task: Available tasks for this project:
4850
```
4951

5052
[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

Comments
 (0)