- Added "refresh" command to force refresh of autocompletions.
- Fix for the crash on image names with ':' (thanks `Sean https://github.com/seanch87`_).
- Fix for incorrect handling of "attach" in external CLI call.
- Fix for an error when running with --publish port:port and --detach (#80).
Version bumped up because of erroneous releases to PyPi.
- Fix for missing file on startup (thanks `Amjith https://github.com/amjith`_).
- More supported commands:
attach build clear create exec login logs pause port push restart shell (shortcat for "exec <container name> <shell command>") tag top unpause
- Implemented interactive terminal mode for "start", "run" and "exec".
- Added fuzzy matching option to completion suggestions.
- Completer can suggest either short or long option names.
- Added more options to "run", including volumes, ports and and links.
- Non-standard options are moved into a separate group in command help.
- Prettier formatting of "images" and "ps" output.
- Completer crashing on unexpected characters.
- Completer crashing inside an unfinished quoted string.
- Configuration file .dockerclirc, where timeout and visual style can be specified.
- Catch-all clause for exceptions to avoid an ugly stack trace.
- Timeout for attaching to a Docker service.
Syntax highlighting for implemented commands and options.
Autocomplete for commands, container names, image names.
Help for available commands.
Supported commands (with basic options):
version ps pull images info inspect run rm rmi search start stop top
- "run" in tty/interactive mode.