Commit graph

21 commits

Author SHA1 Message Date
Sam Mesterton-Gibbons
4eef355c91 Change dnsmasq config to set next_server properly
Fixes a bug where menus would always be loaded remotely, so local config
didn't apply. Also simplifies the config a bit.
2022-07-23 22:55:16 +01:00
Sam Mesterton-Gibbons
5f6f306330 Refactor PXE boot to own section
Also adds a note about DHCP proxy prompts in EFI boot.
2022-03-09 22:16:12 +00:00
Sam Mesterton-Gibbons
fb16a9d6b7 Add compose file instructions to README 2022-03-09 22:16:12 +00:00
Sam Mesterton-Gibbons
07a531d138 Add docker-compose file for alternative way to run
Adds a compose file to allow running the contianer with ipvlan
networking on a separate IP address, rather than trying to open ports on
the host.
2022-03-09 22:16:12 +00:00
Sam Mesterton-Gibbons
bb6e1e1260 Swap to use Ubuntu for demo as well
It doesn't actually matter what box we use - might as well be the same
one as for Vagrant runner.
2021-01-09 00:22:38 +00:00
Sam Mesterton-Gibbons
bb4742189e Fix Linux demo instructions 2021-01-08 23:51:27 +00:00
Sam Mesterton-Gibbons
d4a51cce0c Ditch shared folders in VM 2021-01-08 23:43:36 +00:00
Sam Mesterton-Gibbons
11909d351c Document running on Mac/Windows in Vagrant 2021-01-08 23:43:36 +00:00
Sam Mesterton-Gibbons
438d7e6e07 Add a VM to run the netboot container
Converts the Vagrant demo into two VMs - the default demo and a second
"netboot" machine which just runs the container described by this repo.
2021-01-08 23:43:35 +00:00
Sam Mesterton-Gibbons
ede18a1729 Move the demo Vagrantfile up to the top level
It's going to be repurposed to also contain a VM in environments we
can't run Docker.
2021-01-08 23:43:35 +00:00
Sam Mesterton-Gibbons
03594e4128 Add screencast demo to README 2020-10-13 00:10:08 +01:00
Sam Mesterton-Gibbons
6d3c59cd6e Add missing NET_ADMIN capability to run commands
Adds missing `--cap-add` to the docker run command in the README, and
also the demo startup script.
Fixes #1
2020-10-03 22:08:42 +01:00
Sam Mesterton-Gibbons
69d9188160 Add a note about opening firewall ports 2020-10-03 22:08:42 +01:00
Sam Mesterton-Gibbons
aff5ec5544 Switch to undionly image
Resolves an issue with some older devices taking a long time to boot
2020-05-11 14:46:33 +01:00
Sam Mesterton-Gibbons
7b34dcad0e Set Docker Hub description from GH Action 2020-05-11 14:29:44 +01:00
Sam Mesterton-Gibbons
ad22f8cc74 Add GitHub actions for automated build 2020-05-11 14:28:44 +01:00
Sam Mesterton-Gibbons
d4b24a51bd Add README and licence 2020-05-11 14:23:48 +01:00
Sam Mesterton-Gibbons
07005bcf51 Add a demo using Vagrant
Adds a demo using a Vagrantfile to connect a VM to the host's network,
and a script to start the Docker container and the VM together.
2020-05-11 14:23:48 +01:00
Sam Mesterton-Gibbons
68fd14c7a2 Start dnsmasq as a system service
Adds a service startup file for dnsmasq to run when the container
starts.
Also adds an environment variable to allow DHCP range to be overridden.
2020-05-11 10:35:18 +01:00
Sam Mesterton-Gibbons
c44ae324c9 Add a basic dnsmasq config file 2020-05-11 09:58:23 +01:00
Sam Mesterton-Gibbons
7eefc01eb8 Initial commit: minimal Dockerfile
Adds a very minimal Dockerfile that descends from the linuxserver.io
netboot image.
2020-05-11 09:55:57 +01:00