1
0
mirror of https://github.com/daniviga/bite.git synced 2024-11-23 13:26:14 +01:00
bite/docker/edge/README.md
Daniele Viganò b6653c510d
Add a virtual EDGE which spawns http simulators (#8)
* Add dockerized python simulators

* Create an EDGE gateway via dind

* Fix README.md title
2020-06-03 19:26:35 +02:00

7 lines
167 B
Markdown

# EDGE device simulator (via docker-in-docker)
```bash
export DOCKER_HOST='127.0.0.1:22375'
docker-compose -f docker-compose.edge.yml up -d --scale device-http=4
```