You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to "start with persistent storage" Redis docker using Docker run reference, however, inside of docker container I see /data/dump.rdb file, yet on host I do not:
alexus@mbp:~ $ docker run --name redis --volume=data:/data/:rw -p 6379:6379 -d redis
720d5faa3c90ae73bf0add2013fe074dd4bc14a6c30b6c593fa88646371efd4d
alexus@mbp:~ $ ls data/
alexus@mbp:~ $