github us/mocker v0.1.9
v0.1.9 -- Full Docker CLI Flag Compatibility

latest releases: v0.9.1, v0.9.0, v0.8.0...
5 months ago

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 more
  • build: ~25 BuildKit/Buildx flags -- --cache-from, --cache-to, --load, --push, --secret, --ssh, --sbom, --provenance
  • compose: ~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 changes
  • mocker container prune -- remove stopped containers
  • mocker container export -- export container filesystem
  • mocker image rm / image inspect / image prune -- full image subcommand group

New Compose Subcommands

  • compose events -- receive real-time events from containers
  • compose attach -- attach to a service container
  • compose commit / export -- image and filesystem operations
  • compose scale -- scale services
  • compose stats -- resource usage statistics
  • compose 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

Full Changelog

v0.1.8...v0.1.9

Don't miss a new mocker release

NewReleases is sending notifications on new releases.