tweak docker post

This commit is contained in:
Joseph Montanaro 2023-09-24 09:38:49 -07:00
parent 5529bab8a3
commit 705e858170

View File

@ -31,7 +31,7 @@ docker network create \\
-o parent=eth0 \\
lan
docker run --network lan --ip 192.168.50.24 some/image:version
docker run --network lan --ip 192.168.50.24 some/image:tag
```
That's it! You're done, congratulations. (Obviously `--subnet`, `--gateway`, and `--parent` should be fed values appropriate to your network.)