Refactoring Maintainer Docker File

This commit is contained in:
ZeroC0D3 Team 2017-03-26 14:56:55 +07:00
parent 3d90a806fa
commit 4f5746f2a7
9 changed files with 17 additions and 3 deletions

View File

@ -1,5 +1,7 @@
FROM phusion/baseimage:latest
MAINTAINER Mahmoud Zalt <mahmoud@zalt.me>
COPY run-certbot.sh /root/certbot/run-certbot.sh
RUN apt-get update

View File

@ -1,4 +1,5 @@
FROM dockercloud/haproxy:latest
MAINTAINER ZeroC0D3 Team<zeroc0d3.team@gmail.com>
EXPOSE 80

View File

@ -1,5 +1,7 @@
FROM ubuntu:14.04
MAINTAINER Mahmoud Zalt <mahmoud@zalt.me>
RUN apt-key adv --recv-keys --keyserver hkp://keyserver.ubuntu.com:80 0x5a16e7281be7a449
RUN apt-get update -y \

View File

@ -1,6 +1,6 @@
FROM mailhog/mailhog
Maintainer Mahmoud Zalt <mahmoud@zalt.me>
MAINTAINER Mahmoud Zalt <mahmoud@zalt.me>
CMD ["Mailhog"]

View File

@ -1,5 +1,7 @@
FROM microsoft/mssql-server-linux
MAINTAINER Mahmoud Zalt <mahmoud@zalt.me>
# Create config directory
# an set it as WORKDIR
RUN mkdir -p /usr/src/app
@ -18,4 +20,4 @@ VOLUME /var/opt/mssql
EXPOSE 1433
CMD /bin/bash ./entrypoint.sh
CMD /bin/bash ./entrypoint.sh

View File

@ -9,6 +9,8 @@
FROM nielsvdoorn/laravel-supervisor
MAINTAINER Mahmoud Zalt <mahmoud@zalt.me>
#
#--------------------------------------------------------------------------
# Optional Supervisord Configuration

View File

@ -1,5 +1,7 @@
FROM mdillon/postgis:latest
MAINTAINER Mahmoud Zalt <mahmoud@zalt.me>
CMD ["postgres"]
EXPOSE 5432
EXPOSE 5432

View File

@ -1,5 +1,7 @@
FROM rabbitmq
MAINTAINER Mahmoud Zalt <mahmoud@zalt.me>
RUN rabbitmq-plugins enable --offline rabbitmq_management
EXPOSE 15671 15672

View File

@ -1,4 +1,5 @@
FROM debian:latest
MAINTAINER ZeroC0D3 Team<zeroc0d3.team@gmail.com>
# Set Environment Variables