mirror of
https://github.com/netbootxyz/docker-netbootxyz.git
synced 2026-04-25 15:05:50 +03:00
[GH-ISSUE #30] Offer a lightweight version without the web app #8
Labels
No labels
enhancement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/docker-netbootxyz#8
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @wrobelda on GitHub (Dec 15, 2022).
Original GitHub issue: https://github.com/netbootxyz/docker-netbootxyz/issues/30
The current docker container uses about 700MiB of memory while in use, mostly because of node.js app. The app itself, however, is not something most use a lot, so it would be nice if you offered an alternative docker image with bare tftp setup only.
@wrobelda commented on GitHub (Dec 15, 2022):
Actually, my bad, memory usage is much lower, sitting at ~70 MiB in fact. Still, for security purposes, I am not even exposing the 3000 port of the web app, so a lightweight version, or even a mere env variable that would effectively disable the webapp couldn't hurt.