Add support for containers and simulation

This commit is contained in:
2022-01-02 16:23:35 +01:00
parent 25d8c4a3bb
commit ad86a39219
7 changed files with 35 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
# AVR Simulator
```bash
$ podman build -t dcc/net-to-serial:sim .
$ podman run -d -p2560:2560 dcc/net-to-serial:sim
```