Remove networking note from readme

This commit is contained in:
Luke Childs 2021-05-16 21:22:04 +07:00
parent 5020c6394f
commit 0a20069b2c

View file

@ -60,7 +60,7 @@ docker run -it lukechilds/dockerpi pi2
docker run -it lukechilds/dockerpi pi3
```
> **Note:** Pi 2 and Pi 3 support is currently experimental. Networking doesn't work and QEMU hangs once the machines are powered down requiring you to `docker kill` the container. See [#4](https://github.com/lukechilds/dockerpi/pull/4) for details.
> **Note:** In the Pi 2 and Pi 3 machines, QEMU hangs once the machines are powered down requiring you to `docker kill` the container. See [#4](https://github.com/lukechilds/dockerpi/pull/4) for details.
## Wait, what?