docker plugin UX prototype
Proposal/Spec
Requirements
- Bash
- jq
Setup
- Put
./docker-pluginin your PATH - Run
docker-pluginto display usage
Differences from proposal
- Plugin containers are not hidden from
docker ps - All options of
docker psare available todocker-plugin ls - Plugin containers are named in the format
plugin.<image-basename> - Overriding name without
plugin.prefix will breakdocker-plugin ls - No handshake performed, but
_handshakeenv is set to "yes" or "no" - During upgrade,
docker pullfailure is ignored to allow local images