Docker redis 安装

  docker pull redis   docker run -ti --name redis_test -p6379:6379 -idt redis:latest docker logs -f redis_test  
相关文章
相关标签/搜索