Skip to content

Commit

Permalink
doc: add feedback doc
Browse files Browse the repository at this point in the history
  • Loading branch information
WGrape committed Feb 20, 2024
1 parent 0c5c9bd commit 822e370
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 4 deletions.
9 changes: 9 additions & 0 deletions .work/extra/doc/FEEDBACK.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# FEEDBACK Doc

## 1. Do services such as Redis and Mysql support cluster mode?

### (1) Answer
No

### (2) Explain
Perhaps it will be supported in the future, but not at the moment because the use case is not very common.
7 changes: 3 additions & 4 deletions .work/extra/doc/QA.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Q&A DoC
# Q&A Doc

## 1. Install and start docker/docker-compose

Expand Down Expand Up @@ -38,12 +38,11 @@ sudo systemctl status docker
sudo systemctl start docker
```

## 2. Errors
## 2. Some common errors

## (1) failed programming external connectivity … iptables: No chain/target/match by that name”
### (1) failed programming external connectivity … iptables: No chain/target/match by that name”

```bash
service docker restart
iptables -L
```

1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,3 +96,4 @@ bash .work/tests/run.sh

- [Q&A汇总文档](.work/extra/doc/QA.md)
- [DEV开发文档](.work/extra/doc/DEV.md)
- [FEEDBACK反馈文档](.work/extra/doc/FEEDBACK.md)

0 comments on commit 822e370

Please sign in to comment.