File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 99 "subject" : " pacesys"
1010 },
1111 "publish-github" : {
12- "owner" : " gondor " ,
12+ "owner" : " ContainX " ,
1313 "repository" : " docker-volume-netshare"
1414 },
1515 "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
38381 . Install the Package
3939
4040```
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
4343```
4444
45452 . 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
22
33import (
44 "fmt"
5+ "github.com/ContainX/docker-volume-netshare/netshare/drivers"
56 log "github.com/Sirupsen/logrus"
67 "github.com/docker/go-plugins-helpers/volume"
7- "github.com/ContainX/docker-volume-netshare/netshare/drivers"
88 "github.com/spf13/cobra"
99 "os"
1010 "path/filepath"
You can’t perform that action at this time.
0 commit comments