Skip to content

bossjones/boss-docker-zsh-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

boss-docker-zsh-plugin

ZSH plugin for managing docker

Overview

Very simple zsh plugin that starts up your existing local docker environment if you work on OSX. It does the following:

  1. Starts up docker machine using the default name of dev.
  2. It evals env vars produced by command docker-machine env dev
  3. Lists any running containers
  4. Runs docker-machine-nfs to configure volume mounting

Technologies used

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

License

MIT

About

ZSH plugin for managing docker

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages