I want to dockerize aerospike, can i specify the access-address as a command line configuration on asd?
There is a current container of Aerospike on Github
Also available on
https://registry.hub.docker.com/search?q=library
You cannot pass access-address directly to asd, but there are other methods.
You may be able to use -v option and pass your own version of the configuration file Please see example on Github Readme.md
Hope this helps.