mirror of
https://github.com/ZeroTier/ZeroTierOne
synced 2025-08-20 13:24:09 -07:00
Test/Code Refactor in preparation for merge
This commit is contained in:
parent
9a25a627bb
commit
1f27022fa7
50 changed files with 1170 additions and 350 deletions
|
@ -1,11 +1,9 @@
|
|||
ZeroTier Network Containers 'service' and 'intercept'
|
||||
ZeroTier Network Containers
|
||||
======
|
||||
ZeroTier Network Containers is a blisteringly-fast and easy-to-use networking integration for Docker containers.
|
||||
|
||||
|
||||
### Functional Overview:
|
||||
|
||||
This system exists as a dynamically-linked library, and a stand-alone background service.
|
||||
This system exists as a dynamically-linked library, and a service/IP-stack built into ZeroTier
|
||||
|
||||
The intercept is compiled as a shared library and installed in some user-accessible directory. When you want to intercept
|
||||
a user application you dynamically link the shared library to the application during runtime. When the application starts, the
|
||||
|
@ -51,7 +49,7 @@ To start a service and automatically intercept an application:
|
|||
|
||||
Alternatively, to intercept a specific application (requires an already running service):
|
||||
|
||||
intercept ./my_app
|
||||
zerotier-intercept ./my_app
|
||||
|
||||
To start the Network Containers service:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue