the private interface with address either does not exist or is down
[root@pttest ~]# export CONTAINER_EXA="$HOME/container_exa/" [root@pttest ~]# docker run --name exasol -v "$CONTAINER_EXA":/exa --rm -i --privileged exasol/docker-db init-sc --template --num-nodes 1
[root@pttest ~]# docker run --name exasol --privileged --rm -v $CONTAINER_EXA:/exa exasol/docker-db exaconf modify-node -n 11 -p 172.17.0.2/16
[root@pttest ~]# docker run --name exasol -d --network=host --privileged -v $CONTAINER_EXA:/exa exasol/docker-db init-sc --node-id 11
[root@pttest ~]# docker ps -a CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES f037abbfae1c exasol/docker-db "/usr/opt/EXASuite-7…" 18 minutes ago Exited (137) 3 minutes ago exasol
exadt::ERROR: the private interface with address '172.17.0.2/16' either does not exist or is down.