]> src.twobees.de Git - dotfiles.git/blob - stow/oh-my-zsh/.oh-my-zsh/plugins/docker-machine/README.md
...
[dotfiles.git] / stow / oh-my-zsh / .oh-my-zsh / plugins / docker-machine / README.md
1 # docker-machine plugin for oh my zsh
2
3 ### Usage
4
5 #### docker-vm
6 Will create a docker-machine with the name "dev" (required only once)
7 To create a second machine call "docker-vm foobar" or pass any other name
8
9 #### docker-up
10 This will start your "dev" docker-machine (if necessary) and set it as the active one
11 To start a named machine use "docker-up foobar"
12
13 #### docker-switch dev
14 Use this to activate a running docker-machine (or to switch between multiple machines)
15 You need to call either this or docker-up when opening a new terminal
16
17 #### docker-stop
18 This will stop your "dev" docker-machine
19 To stop a named machine use "docker-stop foobar"