# docker-demo **Repository Path**: zuoqiangHuang/docker-demo ## Basic Information - **Project Name**: docker-demo - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-10-27 - **Last Updated**: 2021-11-09 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ### 首先需要创建 redis 配置、数据 挂载目录 ```shell script mkdir -p /usr/etc/docker.conf.d/redis.conf.d chmod 766 /usr/etc/docker.conf.d/redis.conf.d mkdir -p /var/local/docker.repos.d/redis.repos.d ```