mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-05-29 04:53:17 +02:00
Merge branch 'master' into feature/docker
This commit is contained in:
commit
d169d10dce
62 changed files with 1364 additions and 385 deletions
|
|
@ -1,5 +1,27 @@
|
|||
|
||||
## docker-machine autocomplete plugin
|
||||
|
||||
A copy of the completion script from the
|
||||
[docker](https://github.com/docker/machine/blob/master/contrib/completion/zsh/_docker-machine)
|
||||
git repo.
|
||||
|
||||
# docker-machine plugin for oh my zsh
|
||||
|
||||
### Usage
|
||||
|
||||
#### docker-vm
|
||||
Will create a docker-machine with the name "dev" (required only once)
|
||||
To create a second machine call "docker-vm foobar" or pass any other name
|
||||
|
||||
#### docker-up
|
||||
This will start your "dev" docker-machine (if necessary) and set it as the active one
|
||||
To start a named machine use "docker-up foobar"
|
||||
|
||||
#### docker-switch dev
|
||||
Use this to activate a running docker-machine (or to switch between multiple machines)
|
||||
You need to call either this or docker-up when opening a new terminal
|
||||
|
||||
#### docker-stop
|
||||
This will stop your "dev" docker-machine
|
||||
To stop a named machine use "docker-stop foobar"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue