command used to install dragonfly using docker : docker run --network=host --ulimit memlock=-1 docker.dragonflydb.io/dragonflydb/dragonfly
attached screenshot running fine in docker but not able to access the port 6379 .

command used to install dragonfly using docker : docker run --network=host --ulimit memlock=-1 docker.dragonflydb.io/dragonflydb/dragonfly
attached screenshot running fine in docker but not able to access the port 6379 .
Is this windows docker? Doesn’t support network mode host afaik try using -p 6379:6379
@important-moose did this help?