You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
These alternatively can be given as an argument to `docker-machine` (`--lw-username` and `--lw-password`)
42
+
34
43
### Starting/Stopping/Restarting machines
35
44
36
-
docker-machine allows you to perform basic actions on a compute resource. Below has an example of a graceful restart.
45
+
docker-machine allows you to perform basic actions on a compute resource. For example starting, stopping, and restarting is all supported. See `docker-machine help` for more options.
37
46
38
47
```shell
39
48
docker-machine {restart|start|stop} docker01
40
49
```
50
+
51
+
### Spinning up a new compute node
52
+
53
+
Create a new compute node with template `UBUNTU_2004_UNMANAGED` (overriding the default)
0 commit comments