dragonfly icon indicating copy to clipboard operation
dragonfly copied to clipboard

Docker latest version 1.17 when provided volume param still doesnt preserve the data on disk

Open muntdan opened this issue 2 years ago • 0 comments

Describe the bug Data is not persisted on disk, after docker restart keys should not be lost.

To Reproduce Steps to reproduce the behavior: docker volume create dragonfly-data docker volume inspect dragonfly-data docker run -d -v /dragonfly-data/:/data -p 6379:6379 --name dragonfly --ulimit memlock=-1 --memory=4g --cpus=8 docker.dragonflydb.io/dragonflydb/dragonfly

Expected behavior After docker restart keys should not be lost

Screenshots If applicable, add screenshots to help explain your problem.

Environment (please complete the following information):

  • OS: Debian 6.1.85-1 (2024-04-11) x86_64 GNU/Linux
  • Kernel: # 6.1.0-20-amd64
  • Containerized: Docker
  • Dragonfly Version: 1.17

muntdan avatar Apr 17 '24 09:04 muntdan