The following ports are used to establish the network tablo needs:
- 4000
- 4001
- 4003
- 4004
nix shell
./build-image-nix.sh
tablo-master --interface YOURINTERFACE
tablo-node --interface YOURINTERFACE
tablo-client --master YOURMASTERSIPThe following ports are used to establish the network tablo needs:
- 4003
In docker swarm mode:
./build-image-nix.sh
docker stack deploy --compose-file nix.compose.yml NAME --detach=false
tablo-client --master YOURMASTERIPThe flake in this repository allowes you to build minimal docker images that avoid as much bloat as possible.
To use this feature, you NEED to use nix. Download available at: https://nixos.org/