I have a fabric network setup that works through a docker overlay network. When I execute docker network inspect fab_overlay_net
the chaincode containers are there along with the peer and orderer containers.
My question is whether the chaincode containers should be isolated from the rest of the containers in another network and if so, how can I do that (the chaincode containers are created from the peer container)?