Skip to content
This repository has been archived by the owner on Dec 26, 2022. It is now read-only.
/ docker-cobbler Public archive

A Cobbler container image. Up-to-date, easy to maintain, and easy to use.

License

Notifications You must be signed in to change notification settings

wy-z/docker-cobbler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cobbler container image

A Cobbler container image. Up-to-date, easy to maintain, and easy to use.

Version

3.3.3

Docker hub

weiyang/docker-cobbler:3.3.3

How to build

docker build -t cobbler:3.3.3 .

How to use

docker run --privileged -v /sys/fs/cgroup:/sys/fs/cgroup:ro \
	-e SERVER_IP_V4=127.0.0.1 -e ROOT_PASSWORD=Password \
	-v $PWD/lib:/var/lib/cobbler -v $PWD/www:/var/www/cobbler -v $PWD/dhcpd:/var/lib/dhcpd \
	cobbler:3.3.3

Environments

  • SERVER_IP_V4: Cobbler server v4 ip
  • SERVER_IP_V6: Cobbler server v6 ip
  • SERVER: Cobbler server ip or hostname, required, default $SERVER_IP_V4
  • ROOT_PASSWORD: Installation (root) password, required

Custom settings

-v path/to/settings.d:/etc/cobbler/settings.d:ro

Custom dhcp template

-v path/to/dhcp.template:/etc/cobbler/dhcp.template:ro

About

A Cobbler container image. Up-to-date, easy to maintain, and easy to use.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published