Skip to content

Commit abe1e25

Browse files
committed
update release publishing
1 parent e6fe450 commit abe1e25

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.goxc.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"subject": "pacesys"
1010
},
1111
"publish-github": {
12-
"owner": "gondor",
12+
"owner": "ContainX",
1313
"repository": "docker-volume-netshare"
1414
},
1515
"debs": {

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ The method below will install the sysvinit and /etc/default options that can be
3838
1. 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

4545
2. Modify the startup options in `/etc/default/docker-volume-netshare`

netshare/netshare.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ package netshare
22

33
import (
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"

0 commit comments

Comments
 (0)