Enable dhcpd by default
This commit is contained in:
parent
50205c59e0
commit
0e8691c765
@ -4,4 +4,6 @@ FROM chewiebeardy/gns3-router:2023
|
||||
|
||||
RUN mv /etc/dhcp/dhcpd.conf /etc/dhcp/dhcpd.conf.orig && ln -s /etc/sysconfig/dhcpd.conf /etc/dhcp/dhcpd.conf
|
||||
|
||||
RUN systemctl enable dhcpd
|
||||
|
||||
CMD ["/usr/sbin/init"]
|
Loading…
Reference in New Issue
Block a user