使用docker安装常用软件:redis

使用docker pull redis:6.0.8拉取redis:6.0.8镜像

创建容器

容器卷要加入--privileged=true

在宿主机下新建目录mkdir -p /app/redis