Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
docker:docker [2020/03/05 04:54] – [Dockerfile] tmadedocker:docker [2020/03/05 05:03] – [Dockerfile] tmade
Line 256: Line 256:
 FROM alpine:3.11 FROM alpine:3.11
  
-LABEL version="1.3"+LABEL version="1.4"
 LABEL maintainer="Thomas Roehm" LABEL maintainer="Thomas Roehm"
  
-ENV http_proxy "http://proxy:80" +#ENV http_proxy "http://proxy:80" 
-ENV https_proxy "https://proxy:80" +#ENV https_proxy "https://proxy:80" 
-ENV no_proxy="localhost,127.0.0.1,.local"+#ENV no_proxy="localhost,127.0.0.1,.local"
  
 #ARG VERSION #ARG VERSION
Line 304: Line 304:
 WORKDIR /etc/apache2 WORKDIR /etc/apache2
  
-#COPY server.key /etc/apache2/server.key +#USER apache
-#COPY server.crt /etc/apache2/server.crt +
- +
-#VOLUME /web+
  
 #EXPOSE 80 443 #EXPOSE 80 443
-#ENTRYPOINT ["/bin/sh", "-c", "/bin/bash"                                  #exec form+#ENTRYPOINT ["/bin/sh", "-c", "/bin/bash"                                 #exec form
 #ENTRYPOINT /bin/bash                                                       #shell form #ENTRYPOINT /bin/bash                                                       #shell form
 #ENTRYPOINT ["/usr/sbin/apache2ctl", "-D", "FOREGROUND"                   #exec form #ENTRYPOINT ["/usr/sbin/apache2ctl", "-D", "FOREGROUND"                   #exec form
docker/docker.txt · Last modified: 2024/01/10 16:08 by tmade
 
Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Noncommercial-Share Alike 4.0 International
Recent changes RSS feed Donate Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki