diff options
author | Jakub Sacha <jakubsacha@gmail.com> | 2017-11-07 17:05:19 +0100 |
---|---|---|
committer | Robby Russell <robby@planetargon.com> | 2017-11-07 08:05:19 -0800 |
commit | 766b47d8b85dea53ae6afb64031f6ed9dc271663 (patch) | |
tree | 3638673f02cfcffe990d364f771e1d2a0c55e59d /plugins/docker-machine/README.md | |
parent | c2fb24a7922077a364c853df923403c372ef5916 (diff) | |
download | zsh-766b47d8b85dea53ae6afb64031f6ed9dc271663.tar.gz zsh-766b47d8b85dea53ae6afb64031f6ed9dc271663.tar.bz2 zsh-766b47d8b85dea53ae6afb64031f6ed9dc271663.zip |
Add docker-machine plugin (#4782)
Diffstat (limited to 'plugins/docker-machine/README.md')
-rw-r--r-- | plugins/docker-machine/README.md | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/plugins/docker-machine/README.md b/plugins/docker-machine/README.md new file mode 100644 index 000000000..308a6cfdb --- /dev/null +++ b/plugins/docker-machine/README.md @@ -0,0 +1,19 @@ +# 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"
\ No newline at end of file |