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
* When using the `linode/containerlinux``linode-image`, the `linode-ssh-user` will default to `core`
73
73
* A `linode-root-pass` will be generated if not provided. This password will not be shown. Rely on `docker-machine ssh`, `linode-authorized-users`, or [Linode's Rescue features](https://www.linode.com/docs/quick-answers/linode-platform/reset-the-root-password-on-your-linode/) to access the node directly.
74
74
75
+
### Docker Volume Driver
76
+
77
+
The [Docker Volume plugin for Linode Block Storage](https://github.com/linode/docker-volume-linode) can be installed while reusing the docker-machine properties:
78
+
79
+
```sh
80
+
MACHINE=my-docker-machine
81
+
82
+
docker-machine create -d linode $MACHINE
83
+
84
+
eval$(docker-machine env $MACHINE)
85
+
86
+
# Region and Label are not needed. They would be inferred. Included here for illustration purposes.
0 commit comments