docker-db icon indicating copy to clipboard operation
docker-db copied to clipboard

the private interface with address either does not exist or is down

Open 555chy opened this issue 4 years ago • 0 comments

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

555chy avatar Mar 03 '21 10:03 555chy