Aerospike Cluster configuration Aerospike Cluster configuration docker docker

Aerospike Cluster configuration


This is a bug in the aerospike dockerimage.the name of the network device is hardcoded in entrypoint.sh

so for me it was fixed by changing the line NETLINK=${NETLINK:-eth0}to NETLINK=${NETLINK:-eno1}