docker search nginx
docker pull nginx:latest
docker run --name nginx -p 80:80 -d nginx
Docker 安装 Redis docker常用命令