Spotfire® Server and Environment Security

Restrict Network Access for R Scripts in Containers

By default, the containers in which R scripts are running have access to network resources given to it.

R scripts can connect to the network. To restrict external network access for the container, and therefore any scripts running within it, the node manager computer must be configured in such a way that the containers cannot reach the network. One way to do this is by implementing iptables rules that block traffic from Docker containers to outside networks.