# ipfs-docker **Repository Path**: szu_yq/ipfs-docker ## Basic Information - **Project Name**: ipfs-docker - **Description**: Docker-based IPFS Deployment Environment. - **Primary Language**: Docker - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-02-21 - **Last Updated**: 2025-08-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # ipfs-docker #### 介绍 Docker-based IPFS Deployment Environment. **node:host模式目前测试未通过,100个节点多个出现 unhealthy** #### 软件架构 软件架构说明 #### 使用说明 1. host-mode目录 - bootstrap: - bootstrap节点的dockerfile - 方便配置节点启动模式、端口的脚本 - node - node 节点的 dockerfile - 方便配置节点启动模式、端口的脚本 - scripts - 创建node 节点的sh脚本 - 获取bootstrap节点ID的脚本 - note:获取完后,需要修改node/entrypoint.sh相应的配置 - ❕再使用docker-compose执行docker-compose-bootstrap.yml 2. 默认目录 - `ipfs`:IPFS数据目录 - `ipfs-docker-compose.yml`:docker-compose配置文件 - `ipfs-dockerfile`:dockerfile文件 3. tests目录 - 把现有go代码,基于`docker-compose`的打包发布的,可部署的版本demo