Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
muntdan opened this issue Apr 17, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@muntdan
Copy link

muntdan commented Apr 17, 2024

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 muntdan added the bug Something isn't working label Apr 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant