# 启动命令
```shell
docker run -d --name=gogs -p 10022:22 -p 3000:3000 -v $PWD/.gogs:/data gogs/gogs
```