Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 1 addition & 4 deletions docs/command-reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -552,8 +552,6 @@ Flags:
- :whale: `--type`: Return JSON for specified type
- :whale: `--size`: Display total file sizes if the type is container

Unimplemented `docker inspect` flags: `--size`

### :whale: nerdctl logs

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

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

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

Expand Down Expand Up @@ -1896,7 +1894,6 @@ Image:

- `docker export` and `docker import`
- `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).)
- `docker manifest *`

Network management:

Expand Down
Loading