Configure raw device when using docker

Hi,

According to docker recommendations it seems that using docker, Aerospike will write data to /opt/aerospike/data.

Is it possible to specify a raw device (and not file) in the namespace configuration when using docker ?

Thanks.

Found the answer :slight_smile:

Specifying a raw device in docker can be done using the --device option of docker run.