docker pull redis docker run -ti --name redis_test -p6379:6379 -idt redis:latest docker logs -f redis_test 相关文章: 2022-01-19 2021-04-11 2021-07-11