File tree Expand file tree Collapse file tree 5 files changed +5
-12
lines changed
support/systemd/lib/systemd/system Expand file tree Collapse file tree 5 files changed +5
-12
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 1- VERSION = 0.16
1+ VERSION = 0.17
22GO_FMT = gofmt -s -w -l .
33GO_XC = goxc -os="linux" -tasks-="rmbin"
44
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"
Original file line number Diff line number Diff line change 11[Unit]
22Description =Docker NFS, AWS EFS & Samba/CIFS Volume Plugin
3- <<<<<<< HEAD
4- Documentation =https://github.com/ContainX/docker-volume-netshare
5- After =nfs-utils.service docker.service
6- Requires =docker.service
7- =======
83Documentation =https://github.com/gondor/docker-volume-netshare
94After =nfs-utils.service
105Before =docker.service
116Requires =nfs-utils.service
12- >>>>>>> b23fe656606d7043631ecf7c5e8f60cbd3185972
137
148
159[Service]
@@ -19,4 +13,3 @@ StandardOutput=syslog
1913
2014[Install]
2115WantedBy =multi-user.target
22-
You can’t perform that action at this time.
0 commit comments