Update simulator

This commit is contained in:
2022-04-02 22:53:06 +02:00
parent d0321d7d56
commit 6478800f77
3 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@@ -4,5 +4,5 @@
```bash
$ podman build -t dcc/net-to-serial:sim .
$ podman run --init --cpu 0.1 -d -p 2560:2560 dcc/net-to-serial:sim
$ podman run --init --cpus 0.1 -d -p 2560:2560 dcc/net-to-serial:sim
```