mirror of
https://github.com/daniviga/bite.git
synced 2025-04-21 22:51:19 +02:00
* Add dockerized python simulators * Create an EDGE gateway via dind * Fix README.md title
7 lines
167 B
Markdown
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
|
|
```
|