# docker-base **Repository Path**: lansheng228/docker-base ## Basic Information - **Project Name**: docker-base - **Description**: 一个常用的docker容器基础镜像 - **Primary Language**: Shell - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2018-08-11 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 项目部署说明 构建镜像 $ sudo docker build . -t example 启动镜像: $ sudo docker run -d -v /tmp/example-`date +'%Y%m%d%H%M%S'`:/data/logs -p 9050:9050 -t example:latest