Recent content by nagylzs

  1. N

    cannot setup routing within connected containers

    FYI I gave up on this.
  2. N

    cannot setup routing within connected containers

    I have two docker networks: docker network create --attachable --internal --subnet 10.241.32.0/24 nw_01_02 docker network create --attachable --internal --subnet 10.241.33.0/24 nw_02_03 I also have three docker containers: node01 10.241.32.12 on nw_01_02 node02 10.241.32.11 on 10.241.33.11...
Top