Skip to content

haferm/ipxe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

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