Skip to content

Commit cbe2090

Browse files
committed
Merge pull request #33 from QuentinPerez/README
README: update
2 parents 6d0b629 + d198dde commit cbe2090

File tree

1 file changed

+13
-4
lines changed

1 file changed

+13
-4
lines changed

README.md

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,19 +11,28 @@ A 3rd-party driver plugin for Docker machine to manage your containers on the se
1111

1212
## Setup
1313

14-
```console
14+
### Homebrew
15+
16+
```shell
1517
# install latest release of docker-machine-driver-scaleway and docker-machine using homebrew
1618
$ brew tap scaleway/scaleway
1719
$ brew install scaleway/scaleway/docker-machine-driver-scaleway
1820

1921
# install latest (git) version of docker-machine-driver-scaleway
2022
$ brew tap scaleway/scaleway
2123
$ brew install scaleway/scaleway/docker-machine-driver-scaleway --HEAD
24+
```
2225

26+
### Go
27+
```shell
2328
# install latest (git) version of docker-machine-driver-scaleway in your $GOPATH/bin (depends on Golang and docker-machine)
2429
$ go get -u github.com/scaleway/docker-machine-driver-scaleway
2530
```
2631

32+
### Binary
33+
34+
You can find sources and pre-compiled binaries [here](https://github.com/scaleway/docker-machine-driver-scaleway/releases/latest)
35+
2736
## Usage
2837

2938
### 1. Get your Scaleway credentials
@@ -32,7 +41,7 @@ You can find your `ACCESS KEY` and generate your `TOKEN` [here](https://cloud.sc
3241

3342
### 2. Scaleway driver helper
3443
```console
35-
$> docker-machine create -d scaleway -h
44+
$ docker-machine create -d scaleway -h
3645
Usage: docker-machine create [OPTIONS] [arg...]
3746

3847
Create a machine
@@ -74,8 +83,8 @@ You need to configure your `ACCESS_KEY` and `TOKEN`, we suggest you to install [
7483

7584
In the following example, authentication is done without any other dependencies using the `--scaleway-token=TOKEN` and `--scaleway-organization=ACCESS_KEY` parameters.
7685

77-
```
78-
$> docker-machine create -d scaleway --scaleway-token=TOKEN --scaleway-organization=ACCESS_KEY --scaleway-name="cloud-scaleway-1" cloud-scaleway
86+
```console
87+
$ docker-machine create -d scaleway --scaleway-token=TOKEN --scaleway-organization=ACCESS_KEY --scaleway-name="cloud-scaleway-1" cloud-scaleway
7988
Running pre-create checks...
8089
Creating machine...
8190
(cloud-scaleway) Creating SSH key...

0 commit comments

Comments
 (0)