# docker **Repository Path**: tengcom/docker ## Basic Information - **Project Name**: docker - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-12-31 - **Last Updated**: 2024-12-31 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 1 分钟从 Docker 安装 ## 基础环境 - 需要 [Docker](https://docs.docker.com/install/) - 需要 [Docker-Compose](https://docs.docker.com/compose/install/) - Mac/Linux/Windows - 建议 4核 CPU, 8G 内存,60G 以上存储空间 ## 安装 运行如下命令: ```bash git clone https://github.com/FlowCI/docker-install.git flow-docker cd flow-docker ./server.sh start # ./server.sh help 获得更多信息 ``` 当服务启动后, 可以打开浏览器访问 'http://localhost:2015' ![start](https://github.com/FlowCI/docs/raw/master/_images/start_server.gif) > 默认的端口,和数据路径可以从 [server.sh](./server.sh) 和 [server.yml](./server.yml) 中修改