https://github.com/dreknix/docker-image-pxe-httpd
Docker image for HTTP server in PXE
https://github.com/dreknix/docker-image-pxe-httpd
docker ipxe netboot pxe-boot
Last synced: over 1 year ago
JSON representation
Docker image for HTTP server in PXE
- Host: GitHub
- URL: https://github.com/dreknix/docker-image-pxe-httpd
- Owner: dreknix
- License: mit
- Created: 2023-02-08T14:42:52.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-02-15T09:47:55.000Z (over 1 year ago)
- Last Synced: 2025-02-15T10:28:30.358Z (over 1 year ago)
- Topics: docker, ipxe, netboot, pxe-boot
- Language: Jinja
- Homepage:
- Size: 34.2 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Docker image for HTTP server in PXE
This Docker image provides a HTTP server based on Python and Flask for a
netboot environment. It is part of the Docker compose
[PXE service](https://github.com/dreknix/docker-compose-pxe). The HTTP server
provides a iPXE boot menu and several installation and live systems are
supported. In order to boot iPXE the compatible
[Docker image](https://github.com/dreknix/docker-image-pxe-tftpd) should be
used.
The image is also available from
[Docker Hub](https://hub.docker.com/r/dreknix/pxe-httpd):
```console
$ docker pull dreknix/pxe-httpd
```
## License
[MIT](https://github.com/dreknix/docker-image-pxe-httpd/blob/main/LICENSE)