Skip to content

Commit

Permalink
Disabled getty on tftp container
Browse files Browse the repository at this point in the history
  • Loading branch information
laneshields-jnpr committed Aug 16, 2021
1 parent e88efe0 commit ed4f94a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tftp/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ RUN yum -y install tftp-server lighttpd
RUN systemctl enable tftp.service
RUN systemctl enable tftp.socket
RUN systemctl enable lighttpd
RUN systemctl disable getty@tty1.service

RUN usermod -G root lighttpd

Expand Down

0 comments on commit ed4f94a

Please sign in to comment.