aerospike / aerospike-server.docker

Dockerfiles for Aerospike Server
Other
141 stars 68 forks source link

Docker remote connexion client to server #11

Closed theonlydoo closed 6 years ago

theonlydoo commented 8 years ago

Elements of context

The Docker container with a python (or whatever) client run on the same server that hosts the Aerospike server is able to reach each node of the cluster except for aerospike hosted on the same server. The workaround that I found was to run the client with --net=container:aerospike to share the same networking stack.