ZSH plugin for managing docker
Very simple zsh plugin that starts up your existing local docker environment if you work on OSX. It does the following:
- Starts up docker machine using the default name of dev.
- It evals env vars produced by command docker-machine env dev
- Lists any running containers
- Runs docker-machine-nfs to configure volume mounting
Technology | URL | Description |
---|---|---|
docker | homepage | Docker is a set of platform as a service (PaaS) products that uses OS-level virtualization to deliver software in packages called containers. |
docker-machine | homepage | Machine management for a container-centric world |
docker-machine-nfs | homepage | Activates NFS on docker-machine |
MIT