posh-docker
posh-docker copied to clipboard
Powershell tab completion for Docker
Support for the `docker-compose` command would be great.
Every time I open a powershell window I get this error: Import-Module : The specified module 'posh-docker' was not loaded because no valid module file was found in any module...
Hey @samneirinck, I know a lot of docker users that would love this updated to current CLI commands and sub-commands, options, etc. Maybe we Docker Captains can help spread the...
Great extension and I love it! The README outlines that options would be tab completable but I'm not able to get it to work. Docker commands like start, stop etc...
Apparently, there is a conflict between these two modules. After installing TabExpansionPlusPlus, posh-docker stopped working. Removing `Import-Module TabExpansionPlusPlus` directive from PowerShell profile fixes the issue. Order of import of TabExpansionPlusPlus...
Hi @samneirinck, **It would very convenient if `ConvertFrom-Docker` were in a separate module.** I am authoring a module, [DockerHelpers](https://github.com/christianacca/DockerHelpers), where I would like to take a dependency on `posh-docker` but...
This really sucks for Using where object against
The Docker client now has a new structure with sub commands. For example: ``` docker container --help docker container run ... ``` ``` docker image --help docker image ls ```...