Skip to content

haferm/ipxe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
Marco
Feb 23, 2022
e82a78e · Feb 23, 2022

History

21 Commits
Feb 23, 2022
Feb 23, 2022
Feb 23, 2022
Feb 23, 2022
Feb 23, 2022
Feb 23, 2022

Repository files navigation

ipxe boot environement for Bios and UEFI

Dockerimage for ipxe for uefi and bios pxe boot

Installation via command line

Install the docker container via command line:

docker pull haferm/ipxe
docker run --name ipxe -p 69:69 -v tftpboot:tftpboot haferm/ipxe

Installation via docker compose

Install the docker container via docker compose:

version: "2.1"
services:
  ipxe:
    image: haferm/ipxe
    container_name: ipxe
    ports:
      - 69:69/udp
    volumes:
      - ./tftpboot:/tftpboot

    restart: unless-stopped

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published