git clone https://github.com/edgexfoundry/developer-scripts
cd developer-scripts/releases/fuji/compose-files
mkdir demo
cp docker-compose-fuji-no-secty.yml demo/docker-compose.yml
cd demo
docker-compose up -d
访问
IP:4000端口 用户名和密码都是admin
IP:8500端口 不需要密码直接进入
4000端口截图:

8500端口截图:

资源参考地址:
官网地址:https://www.edgexfoundry.org/
官方文档地址:https://docs.edgexfoundry.org/index.html
GitHub主页:https://github.com/edgexfoundry/edgex-go