docker-netbootxyz icon indicating copy to clipboard operation
docker-netbootxyz copied to clipboard

netboot.xyz docker container

Results 25 docker-netbootxyz issues
Sort by recently updated
recently updated
newest added

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [actions/checkout](https://togithub.com/actions/checkout) | action | digest | `b4ffde6` -> `692973e` | --- ### Configuration...

This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.[View this repository on the Mend.io Web Portal](https://developer.mend.io/github/netbootxyz/docker-netbootxyz). ## Config Migration Needed - [ ]...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [anothrNick/github-tag-action](https://togithub.com/anothrNick/github-tag-action) | action | minor | `1.67.0` -> `1.70.0` | ---...

``` $ supervisorctl status unix:///run/supervisord.sock no such file ``` Would recommend adding `file=/run/supervisord.sock` or moving your customizations to `/etc/supervisor.d/container.ini` or something, so it picks up defaults so status can work...

I currently face the issue where the TFTP server seems to answer with the wrong IP address (from Docker). I am using the default docker-compose.yml file. `10.10.0.103` is my client,...

Dnsmasq provides TFTP server functionality that supports the optional `--tftp-single-port` argument. Essentialy, when this flag is provided, all TFTP connections (not only the initial one) are performed over port `69`....

In the existing implementation, you need to cache all the possible assets locally, or you won't be able to use them. This PR adds a way for end-users to use...

Neat tool! Just stumbled on it. Having some issues with getting local assets to load properly though. Have made the change to the live_endpoint setting in boot.cfg. Short version: When...

I have set up a local instance of netboot.xyz 2.0.59 under Ubuntu 22.04. I have used its web interface to download all of the assets for a couple of distros....

Webapp version : 0.6.9 I opened the webapp on port 3000 and changed something in the menus (e.g. about.ipxe) I would expect to see my changes when I boot from...