The script starts two Docker containers, apisix-quickstart and etcd. APISIX uses etcd to save and synchronize configurations.
Both the etcd and the APISIX use host Docker network mode. That is, the APISIX can be accessed from local.
The script can be executed directly from the online source.
A copy of the script is available in the `scripts` folder.
```shell
```zsh
cargo build
```
```zsh
cargo test
```