zerotier / zerotier-one-api-spec

ZeroTier
https://zerotier.com
3 stars 0 forks source link

Use testcontainers for test, instead of local zerotier-one #10

Closed laduke closed 7 months ago

laduke commented 7 months ago

Before, we assumed that the host/dev-env had a zerotier-one service running.

Now we can start a container and use the zerotier-one in there, and then throw it away. No messing up your local service. No having to switch its version around. Should work for anyone with a docker runtime.