Skip to content

Commit be4a8c5

Browse files
committed
docs: update command reference
Remove some unimplemented lines which have been supported Signed-off-by: ChengyuZhu6 <[email protected]>
1 parent 781eeff commit be4a8c5

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

docs/command-reference.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -552,8 +552,6 @@ Flags:
552552
- :whale: `--type`: Return JSON for specified type
553553
- :whale: `--size`: Display total file sizes if the type is container
554554

555-
Unimplemented `docker inspect` flags: `--size`
556-
557555
### :whale: nerdctl logs
558556

559557
Fetch the logs of a container.
@@ -1559,7 +1557,7 @@ Flags:
15591557
- :whale: `--pull`: Pull image before running ("always"|"missing"|"never")
15601558

15611559
Unimplemented `docker-compose up` (V1) flags: `--no-deps`, `--always-recreate-deps`,
1562-
`--no-start`, `--abort-on-container-exit`, `--attach-dependencies`, `--timeout`, `--renew-anon-volumes`, `--exit-code-from`
1560+
`--no-start`, `--attach-dependencies`, `--timeout`, `--renew-anon-volumes`, `--exit-code-from`
15631561

15641562
Unimplemented `docker compose up` (V2) flags: `--environment`
15651563

@@ -1896,7 +1894,6 @@ Image:
18961894

18971895
- `docker export` and `docker import`
18981896
- `docker trust *` (Instead, nerdctl supports `nerdctl pull --verify=cosign|notation` and `nerdctl push --sign=cosign|notation`. See [`./cosign.md`](./cosign.md) and [`./notation.md`](./notation.md).)
1899-
- `docker manifest *`
19001897

19011898
Network management:
19021899

0 commit comments

Comments
 (0)