/
ece-li-proxy-1
ece-li-proxy-1
Setup
install Docker
Create Docker network. Specify a non-default subnet for the Docker network. The default network is 172.18.0.0/16. However, this is the same subnet as used for private VLAN addresses on the UW network. Therefore if the default network is used, then communications with machines on any UW private VLAN will not work.
docker network create --driver bridge --subnet 192.168.200.0/24 proxy-network