一、拉取镜像 docker pull redis 二、查看镜像 docker images 三、创建容器 docker run -di --name=zhuzq-redis -p 16379:6379 redis 四、客户端测试 https://www.runoob.com/docker/docker-install-redis.html