updated docs
This commit is contained in:
6
integrations/apple/README.md
Normal file
6
integrations/apple/README.md
Normal file
@@ -0,0 +1,6 @@
|
||||
ZeroTierSDK_Apple builds the following targets:
|
||||
|
||||
- iOS framework `make ios_app_framework`
|
||||
- OSX framework `make osx_app_framework`
|
||||
- iOS Unity3D bundle `make ios_unity3d_bundle`
|
||||
- OSX Unity3D bundle `make osx_unity3d_bundle`
|
||||
@@ -23,9 +23,6 @@ Run application
|
||||
|
||||
./myapp
|
||||
|
||||
## Via Dynamic-linking at runtime with DYLD
|
||||
|
||||
|
||||
## Via App Framework
|
||||
|
||||
***
|
||||
|
||||
@@ -71,12 +71,6 @@ At this point, simply run your application as you normally would. It will be aut
|
||||
If you'd like to know the IP address your service can be reached at on this particular virtual network, use the following:
|
||||
`zerotier-cli -D/var/lib/zerotier-one/nc_XXXXXXXXXXXXXXXX listnetworks`
|
||||
|
||||
|
||||
## Tests
|
||||
|
||||
For info on testing the SDK, take a look at [docs/docker_linux_testing.md](docs/docker_linux_testing.md)
|
||||
|
||||
|
||||
## Installing in a Docker container (or any other container engine)
|
||||
|
||||
If it's not immediately obvious, installation into a Docker container is easy. Just install `zerotier-sdk-service`, `libztintercept.so`, and `liblwip.so` into the container at an appropriate locations. We suggest putting it all in `/var/lib/zerotier-one` since this is the default ZeroTier home and will eliminate the need to supply a path to any of ZeroTier's services or utilities. Then, in your Docker container entry point script launch the service with *-d* to run it in the background, set the appropriate environment variables as described above, and launch your container's main application.
|
||||
|
||||
Reference in New Issue
Block a user