# network info
# <subnet_name> is the name given to the docker network
# <xx.yyy.zzz.jjj/kk> is the subnet mask format for the network that is created
subnet relaynet 192.168.3.0/24

# node info
# <host_name> is the hostname given to the container; it can be the name of
#   the folder but very useful to add NodeID and last two bytes of the Ip address
# <docker-network> is the name of the docker network to join
# <ip_address> is the assigned ip address
# <ion-src-path> is relative path to the folder containing the ion-src code to use
# <config-path> is relative path to the folder containing the ion configuration files
# <term-open> is number of extra terminals to open at the /workspace directory
node n2-22 relaynet 192.168.3.22 ionsrc/ion-open-source-4.1.2-install 2.bench.dgr 2 
node n3-23 relaynet 192.168.3.23 ionsrc/ion-open-source-4.1.2-install 3.bench.dgr 2

