# Docker SingBox

> 启动

```
# 初始化仓库
git submodule update --init --recursive --remote

./run.sh
```

```shell
.
├── .env
├── .gitignore
├── README.md
└── docker-compose.yaml
```