You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
subcommand flags placed AFTER the image/container/service are now captured as container command arguments. 'mocker exec ctn -it bash' must become 'mocker exec -it ctn bash'.
Features
compose: add --quiet, --services, and service args to compose ps (c351ae7), closes #32
Bug Fixes
build: resolve -f Dockerfile path with Docker parity (5880740)
compose: resolve build.dockerfile relative to context (cc4241a)
pass container command/args literally in run/create/exec/compose (c1b6570)