mkdir -p testnet/config
cd testnet
wget https://raw.githubusercontent.com/Taraxa-project/taraxa-ops/master/taraxa_compose/docker-compose.light.yml -O docker-compose.yml
docker-compose up -d
docker-compose logs
You can have multiple nodes on the same IP address, but they need to occupy different ports. On the first node, you can just leave everything by default in the docker image.
For subsequent nodes, you'll need to map the default ports to different ports (each node a different mapping, of course). For example, you may want to run the 2nd node, you should create a new folder like $home/testnet2 and change port settings in the docker-compose.yml file as follow: