Skip to content

Commit 2898a57

Browse files
committed
updated README
1 parent 84cac21 commit 2898a57

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,16 @@
1212
### Run the driver
1313
```
1414
export LINODE_TOKEN=<token from linode console>
15-
export REGION=us-west
15+
export LINODE_REGION=us-west
1616
export LINODE_LABEL=linode-machine-label-1234
17-
./docker-volume-linode -linode.token $LINODE_TOKEN -region $REGION -host $LINODE_LABEL
17+
./docker-volume-linode
1818
```
19+
or
20+
21+
```
22+
./docker-volume-linode -linode.token $TOKEN -linode.region $REGION -linode.host $LINODE_LABEL
23+
```
24+
1925

2026
### Create Volume
2127
```

0 commit comments

Comments
 (0)