summaryrefslogtreecommitdiff
path: root/plugins/docker-machine/README.md
diff options
context:
space:
mode:
authorMarc Cornellà <marc@mcornella.com>2024-08-08 20:41:36 +0200
committerMarc Cornellà <marc@mcornella.com>2024-08-08 20:43:11 +0200
commitff62d39f023fbe2872078ce82ea9704b1bf09ea6 (patch)
tree27836a212dd330d4401e6a364130b340a15a4448 /plugins/docker-machine/README.md
parentf91dd252838ceceaa54da95ff6d335e07d335e3f (diff)
downloadzsh-ff62d39f023fbe2872078ce82ea9704b1bf09ea6.tar.gz
zsh-ff62d39f023fbe2872078ce82ea9704b1bf09ea6.tar.bz2
zsh-ff62d39f023fbe2872078ce82ea9704b1bf09ea6.zip
refactor(docker-machine)!: remove plugin for unsupported Docker Machine
BREAKING CHANGE: the `docker-machine` plugin is removed as it was deprecated and unsupported years ago. Use Docker Desktop instead.
Diffstat (limited to 'plugins/docker-machine/README.md')
-rw-r--r--plugins/docker-machine/README.md19
1 files changed, 0 insertions, 19 deletions
diff --git a/plugins/docker-machine/README.md b/plugins/docker-machine/README.md
deleted file mode 100644
index 308a6cfdb..000000000
--- a/plugins/docker-machine/README.md
+++ /dev/null
@@ -1,19 +0,0 @@
-# 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