Skip to content

Commit

Permalink
doc: update daoc
Browse files Browse the repository at this point in the history
  • Loading branch information
WGrape committed Mar 10, 2024
1 parent c9e3f08 commit 130db40
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .work/extra/doc/1.WHY_SPARROW_EN.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Sparrow is a containerized orchestration tool based on Docker for one-click star
- Multi-service support: Supports the simultaneous access of dozens or even more services.
- One-click service management: One command can quickly start, stop, and manage all services.
- Namespace mechanism: Supports the startup of multiple containers with different identities through the namespace mechanism, achieving service multi-version and environment isolation.
- Comprehensive toolchain: Provides new service creation, service (image) updates, service (container and image) cleanup, image uploading, quick entry into containers, and command prompts.
- Comprehensive toolchain: Provides new service creation, service (image) updates, service (container and image) cleanup, image uploading, uniform allocation of port numbers, quick entry into containers, and command prompts.
- Container hook callbacks: Each container provides hook callbacks such as `before_start/after_start/before_stop/after_stop`, common scenarios include automatically creating some databases after Mysql starts.

## 3. Sparrow Application Scenarios / Problems Solved
Expand Down
2 changes: 1 addition & 1 deletion .work/extra/doc/1.WHY_SPARROW_ZH.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ sparrow是基于Docker一键启动多个服务环境的容器化编排工具,
- 多服务的支持 :可以同时支持十几个、几十个、甚至更多服务的接入
- 服务一键管理 :一条命令即可对所有服务进行一键式快速启动、停止等管理
- 命名空间机制 :通过命名空间机制,支持启动多个分身的容器,实现服务的多版本和环境隔离
- 完善的工具链 :提供了新服务创建、服务(镜像)更新、服务(容器和镜像)的清除、镜像的上传、容器的快速进入和命令提示等
- 完善的工具链 :提供了新服务创建、服务(镜像)更新、服务(容器和镜像)的清除、镜像的上传、端口号统一分配、容器的快速进入和命令提示等
- 容器钩子回调 :每一个容器都提供了```before_start/after_start/before_stop/after_stop```等钩子回调,常用场景比如在Mysql启动后自动创建一些数据库等需求。

## 3、sparrow 应用场景 / 解决了什么问题
Expand Down
2 changes: 1 addition & 1 deletion README.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<div align="center">
<p><a href="https://github.com/WGrape/sparrow">English</a> / <a href="./README.zh-CN.md">中文</a></p>
<p>基于Docker一键启动多个服务环境的容器化编排工具</p>
<p><a href="https://github.com/WGrape/sparrow/blob/main/.work/extra/doc/1.WHY_SPARROW_EN.md">什么是sparrow?为什么要使用sparrow?</a></p>
<p><a href="https://github.com/WGrape/sparrow/blob/main/.work/extra/doc/1.WHY_SPARROW_ZH.md">什么是sparrow?为什么要使用sparrow?</a></p>
</div>

<p align="center">
Expand Down

0 comments on commit 130db40

Please sign in to comment.