Full Docker CLI Flag Compatibility
Mocker now matches Docker's CLI flag-for-flag across 111 commands and subcommands.
Highlights
run/create: ~50 new flags ----attach,--cpu-shares,--gpus,--init,--memory,--privileged,--restart,--security-opt,--shm-size,--ulimit, and morebuild: ~25 BuildKit/Buildx flags ----cache-from,--cache-to,--load,--push,--secret,--ssh,--sbom,--provenancecompose: ~200+ flags across 34 subcommands (was 22, added 12 missing ones)- Network / Volume / System: all missing flags added
New Commands
mocker commit-- create image from container changesmocker container prune-- remove stopped containersmocker container export-- export container filesystemmocker image rm/image inspect/image prune-- full image subcommand group
New Compose Subcommands
compose events-- receive real-time events from containerscompose attach-- attach to a service containercompose commit/export-- image and filesystem operationscompose scale-- scale servicescompose stats-- resource usage statisticscompose version/volumes/wait/watch/bridge/publish
Documentation
- CHANGELOG.md -- full version history from v0.1.0 to present
- COMMANDS.md -- comprehensive reference of all 111 commands with every flag
- What's New sections added to both English and Chinese READMEs