mirror of
https://github.com/ZeroTier/ZeroTierOne
synced 2025-08-14 18:48:36 -07:00
Basic Dockerfile for building test agents.
This commit is contained in:
parent
c03550de35
commit
1cae7327ae
3 changed files with 31 additions and 3 deletions
6
tests/http/docker-main.sh
Normal file
6
tests/http/docker-main.sh
Normal file
|
@ -0,0 +1,6 @@
|
|||
#!/bin/bash
|
||||
|
||||
export PATH=/bin:/usr/bin:/usr/local/bin:/sbin:/usr/sbin
|
||||
|
||||
/zerotier-one -d
|
||||
exec node --harmony /agent.js
|
Loading…
Add table
Add a link
Reference in a new issue