Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Setup

  • install Dockercreate Docker network

  • 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.

    Code Block
    docker network create --driver bridge --subnet 192.168.200.0/24 proxy-network