Skip to content

Commit

Permalink
readme.md changes regarding root-pass becoming optional
Browse files Browse the repository at this point in the history
  • Loading branch information
displague committed Feb 1, 2019
1 parent d08add6 commit 1ecbaea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ make install
You will need a Linode APIv4 Personal Access Token. Get one here: <https://developers.linode.com/api/v4#section/Personal-Access-Token>

```bash
docker-machine create -d linode --linode-token=<linode-token> --linode-root-pass=<linode-root-pass> linode
docker-machine create -d linode --linode-token=<linode-token> linode
```

### Options
Expand All @@ -70,7 +70,7 @@ docker-machine create -d linode --linode-token=<linode-token> --linode-root-pass
## Notes

* When using the `linode/containerlinux` `linode-image`, the `linode-ssh-user` will default to `core`
* A `linode-root-pass` will be generated if not provided. This password will not be shown. Rely on `docker-machine ssh` 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.
* 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.

## Debugging

Expand Down

0 comments on commit 1ecbaea

Please sign in to comment.