• R/O
  • SSH

manifest: Commit

A service to replicate and serve requests for site configurations based on site ID, public IP, and the on-site lead contact's OTP.


Commit MetaInfo

Revision3a9ea464091ec0677ee5afc123b4d64a537361eb (tree)
Zeit2021-10-12 22:57:39
AutorS. Seago <sseago-dev@proj...>
CommiterS. Seago

Log Message

Nitpicking

Ändern Zusammenfassung

Diff

diff -r bb055c8af410 -r 3a9ea464091e container/Docker Notes.adoc
--- a/container/Docker Notes.adoc Tue Oct 12 08:55:11 2021 -0500
+++ b/container/Docker Notes.adoc Tue Oct 12 08:57:39 2021 -0500
@@ -3,25 +3,17 @@
33
44 == Docker Notes
55
6-
76 === PXE Server
87 :source: https://github.com/particleKIT/pxe-docker/blob/master/Dockerfile
98
109 [source, Dockerfile]
1110 ---
1211 FROM httpd
13-
14-RUN apt-get update && apt-get upgrade -y && apt-get install -y \
15- tftpd-hpa --no-install-recommends
16-
12+RUN apt-get update && apt-get upgrade -y && apt-get install -y tftpd-hpa --no-install-recommends
1713 ENV TFTPOPTIONS="--secure --port-range 3000:4000"
18-
1914 EXPOSE 80 69
20-
2115 VOLUME ["/usr/local/apache2/htdocs","/srv/tftp"]
22-
2316 ADD init.sh /
24-
2517 CMD ["/init.sh"]
2618 ---
2719
Show on old repository browser