Sign inSign up

mudislander/pxe-server

By mudislander

Updated over 8 years ago

PXE supported by DNSMasq

Image
0

1.5K

mudislander/pxe-server repository overview

Usage

    docker run -d --rm --name dnsmasq -p 53:53/udp -v /my/dnsmasq_dir:/mnt/dnsmasq skopciewski/dnsmasq

Entrypoint

Redirects all params to the dnsmasq command. Workdir is /mnt/dnsmasq.

Default params
    -d -C dnsmasq.conf
Escape to

If you want to execute other command than dnsmasq, run docker container with escto as first param:

    docker run -it --rm --name dnsmasq -p 52:52/udp -v /my/dnsmasq_dir:/mnt/dnsmasq skopciewski/dnsmasq escto sh

Dependencies and requirements

  • mount /mnt/dnsamq with:
    • dnsmasq.conf - dnsmasq config file

Tag summary

Content type

Image

Digest

Size

3.3 MB

Last updated

over 8 years ago

docker pull mudislander/pxe-server