Skip to content

Commit 106ce36

Browse files
committed
Add other commands that support default machine
Signed-off-by: Robbert Klarenbeek <robbertkl@renbeek.nl>
1 parent 62bcc30 commit 106ce36

File tree

1 file changed

+10
-6
lines changed

1 file changed

+10
-6
lines changed

docs/get-started.md

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -173,15 +173,19 @@ For instance:
173173

174174
Commands that will follow this style are:
175175

176-
- `docker-machine stop`
177-
- `docker-machine start`
178-
- `docker-machine regenerate-certs`
179-
- `docker-machine restart`
180-
- `docker-machine kill`
181-
- `docker-machine upgrade`
182176
- `docker-machine config`
183177
- `docker-machine env`
184178
- `docker-machine inspect`
179+
- `docker-machine ip`
180+
- `docker-machine kill`
181+
- `docker-machine provision`
182+
- `docker-machine regenerate-certs`
183+
- `docker-machine restart`
184+
- `docker-machine ssh`
185+
- `docker-machine start`
186+
- `docker-machine status`
187+
- `docker-machine stop`
188+
- `docker-machine upgrade`
185189
- `docker-machine url`
186190

187191
For machines other than `default`, and commands other than those listed above,

0 commit comments

Comments
 (0)