File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 9
9
"subject" : " pacesys"
10
10
},
11
11
"publish-github" : {
12
- "owner" : " gondor " ,
12
+ "owner" : " ContainX " ,
13
13
"repository" : " docker-volume-netshare"
14
14
},
15
15
"debs" : {
Original file line number Diff line number Diff line change @@ -38,8 +38,8 @@ The method below will install the sysvinit and /etc/default options that can be
38
38
1 . Install the Package
39
39
40
40
```
41
- $ wget https://github.com/ContainX/docker-volume-netshare/releases/download/v0.16 /docker-volume-netshare_0.16_amd64 .deb
42
- $ sudo dpkg -i docker-volume-netshare_0.16_amd64 .deb
41
+ $ wget https://github.com/ContainX/docker-volume-netshare/releases/download/v0.17 /docker-volume-netshare_0.17_amd64 .deb
42
+ $ sudo dpkg -i docker-volume-netshare_0.17_amd64 .deb
43
43
```
44
44
45
45
2 . Modify the startup options in ` /etc/default/docker-volume-netshare `
Original file line number Diff line number Diff line change @@ -2,9 +2,9 @@ package netshare
2
2
3
3
import (
4
4
"fmt"
5
+ "github.com/ContainX/docker-volume-netshare/netshare/drivers"
5
6
log "github.com/Sirupsen/logrus"
6
7
"github.com/docker/go-plugins-helpers/volume"
7
- "github.com/ContainX/docker-volume-netshare/netshare/drivers"
8
8
"github.com/spf13/cobra"
9
9
"os"
10
10
"path/filepath"
You can’t perform that action at this time.
0 commit comments