jfrazelle -> jessfraz
Signed-off-by: Jess Frazelle <acidburn@google.com>
This commit is contained in:
parent
c83282107c
commit
b440652839
2 changed files with 2 additions and 2 deletions
2
Makefile
2
Makefile
|
@ -2,7 +2,7 @@
|
|||
PREFIX?=$(shell pwd)
|
||||
BUILDTAGS=seccomp apparmor
|
||||
|
||||
PROJECT := github.com/jfrazelle/binctr
|
||||
PROJECT := github.com/jessfraz/binctr
|
||||
VENDOR := vendor
|
||||
|
||||
# Variable to get the current version.
|
||||
|
|
|
@ -66,7 +66,7 @@ $ ./bin/hello /hello
|
|||
|
||||
# But we have no networking! How can we reach it! Don't worry we can fix this
|
||||
# Let's install my super cool binary for setting up networking in a container
|
||||
$ go get github.com/jfrazelle/netns
|
||||
$ go get github.com/jessfraz/netns
|
||||
|
||||
# now we can add this as a prestart hook
|
||||
$ ./bin/hello --hook prestart:netns /hello
|
||||
|
|
Loading…
Reference in a new issue