Add other commands that support default machine

Signed-off-by: Robbert Klarenbeek <robbertkl@renbeek.nl>
This commit is contained in:
Robbert Klarenbeek 2016-01-20 03:06:20 +01:00
parent 62bcc30859
commit 106ce360a5
1 changed files with 10 additions and 6 deletions

View File

@ -173,15 +173,19 @@ For instance:
Commands that will follow this style are:
- `docker-machine stop`
- `docker-machine start`
- `docker-machine regenerate-certs`
- `docker-machine restart`
- `docker-machine kill`
- `docker-machine upgrade`
- `docker-machine config`
- `docker-machine env`
- `docker-machine inspect`
- `docker-machine ip`
- `docker-machine kill`
- `docker-machine provision`
- `docker-machine regenerate-certs`
- `docker-machine restart`
- `docker-machine ssh`
- `docker-machine start`
- `docker-machine status`
- `docker-machine stop`
- `docker-machine upgrade`
- `docker-machine url`
For machines other than `default`, and commands other than those listed above,