diff options
author | Adam Ierymenko <adam.ierymenko@gmail.com> | 2015-12-04 14:17:33 -0800 |
---|---|---|
committer | Adam Ierymenko <adam.ierymenko@gmail.com> | 2015-12-04 14:17:33 -0800 |
commit | 4e12899a8e41b0729302f03013d96e14ef28503a (patch) | |
tree | 168348b06949f1f117c5e475d65bf6beb0e96e94 /netcon | |
parent | cebced259e74f36ae9fd996c40d0d01d416d6e19 (diff) | |
download | infinitytier-4e12899a8e41b0729302f03013d96e14ef28503a.tar.gz infinitytier-4e12899a8e41b0729302f03013d96e14ef28503a.zip |
docs
Diffstat (limited to 'netcon')
-rw-r--r-- | netcon/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/netcon/README.md b/netcon/README.md index 20990913..01e57a9b 100644 --- a/netcon/README.md +++ b/netcon/README.md @@ -58,7 +58,7 @@ You don't need Docker or any other container engine to try Network Containers. A First, build the netcon service and intercept library as describe above. Then create a directory to act as a temporary ZeroTier home for your test netcon service instance. You'll need to move the liblwip.so binary that was built with *make netcon* into there, since the service must be able to find it there and load it. mkdir /tmp/netcon-test-home - cp -f ./netcon/liblwip.so /tmp/netcon-test-home + cp -f ./netcon/liblwip.so /tmp/netcon-test-home Now you can run the service (no sudo needed): |