Josh Soref 0e41181d54 chore: fix spelling errors across the project (#10459) | 2 years ago | |
---|---|---|
.. | ||
README.md | 7 years ago | |
_docker-machine | 2 years ago | |
docker-machine.plugin.zsh | 7 years ago |
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
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"
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
This will stop your "dev" docker-machine To stop a named machine use "docker-stop foobar"