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
# install latest (git) version of docker-machine-driver-scaleway in your $GOPATH/bin (depends on Golang and docker-machine)
24
29
$ go get -u github.com/scaleway/docker-machine-driver-scaleway
25
30
```
26
31
32
+
### Binary
33
+
34
+
You can find sources and pre-compiled binaries [here](https://github.com/scaleway/docker-machine-driver-scaleway/releases/latest)
35
+
27
36
## Usage
28
37
29
38
### 1. Get your Scaleway credentials
@@ -32,7 +41,7 @@ You can find your `ACCESS KEY` and generate your `TOKEN` [here](https://cloud.sc
32
41
33
42
### 2. Scaleway driver helper
34
43
```console
35
-
$> docker-machine create -d scaleway -h
44
+
$ docker-machine create -d scaleway -h
36
45
Usage: docker-machine create [OPTIONS] [arg...]
37
46
38
47
Create a machine
@@ -74,8 +83,8 @@ You need to configure your `ACCESS_KEY` and `TOKEN`, we suggest you to install [
74
83
75
84
In the following example, authentication is done without any other dependencies using the `--scaleway-token=TOKEN` and `--scaleway-organization=ACCESS_KEY` parameters.
0 commit comments