File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
<p align =" center " >
2
- <img src =" https://raw.githubusercontent.com/QuentinPerez /docker-machine-driver-scaleway/master/misc/logo_readme.png " width =" 800 " />
2
+ <img src =" https://raw.githubusercontent.com/scaleway /docker-machine-driver-scaleway/master/misc/logo_readme.png " width =" 800 " />
3
3
</p >
4
4
5
5
## Overview
@@ -10,7 +10,7 @@ A 3rd-party driver plugin for Docker machine to manage your containers on the se
10
10
11
11
```
12
12
# install docker-machine-driver-scaleway in your $GOPATH/bin
13
- $> go install github.com/QuentinPerez /docker-machine-driver-scaleway
13
+ $> go install github.com/scaleway /docker-machine-driver-scaleway
14
14
```
15
15
16
16
## Usage
@@ -139,8 +139,8 @@ Feel free to contribute :smiley::beers:
139
139
- ** Scaleway github** : https://github.com/scaleway
140
140
- ** Scaleway github-community** : https://github.com/scaleway-community
141
141
- ** Docker Machine** : https://docs.docker.com/machine/
142
- - ** Report bugs** : https://github.com/QuentinPerez /docker-machine-driver-scaleway/issues
142
+ - ** Report bugs** : https://github.com/scaleway /docker-machine-driver-scaleway/issues
143
143
144
144
## License
145
145
146
- [ MIT] ( https://github.com/QuentinPerez /docker-machine-driver-scaleway/blob/master/LICENSE )
146
+ [ MIT] ( https://github.com/scaleway /docker-machine-driver-scaleway/blob/master/LICENSE )
Original file line number Diff line number Diff line change 1
1
package main
2
2
3
3
import (
4
- "github.com/QuentinPerez/docker-machine-driver-scaleway/driver"
5
4
"github.com/docker/machine/libmachine/drivers/plugin"
5
+ "github.com/scaleway/docker-machine-driver-scaleway/driver"
6
6
)
7
7
8
8
func main () {
You can’t perform that action at this time.
0 commit comments