https://github.com/bossjones/boss-docker-zsh-plugin
ZSH plugin for managing docker
https://github.com/bossjones/boss-docker-zsh-plugin
Last synced: 8 months ago
JSON representation
ZSH plugin for managing docker
- Host: GitHub
- URL: https://github.com/bossjones/boss-docker-zsh-plugin
- Owner: bossjones
- License: mit
- Created: 2019-08-16T18:40:48.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-06-11T21:33:31.000Z (over 5 years ago)
- Last Synced: 2025-01-26T03:13:54.212Z (10 months ago)
- Language: Shell
- Size: 2.93 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-zsh-plugins - boss-docker - Manages `docker` on macOS. (Plugins / ZSH on Windows)
- fucking-awesome-zsh-plugins - boss-docker - Manages `docker` on macOS. (Plugins / ZSH on Windows)
README
# 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](https://www.docker.com/) | 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](https://github.com/docker/machine) | Machine management for a container-centric world
docker-machine-nfs | [homepage](https://github.com/adlogix/docker-machine-nfs) | Activates NFS on docker-machine
# License
MIT