diff options
author | Humble Devassy Chirammal <humble.devassy@gmail.com> | 2015-03-27 14:37:10 +0530 |
---|---|---|
committer | Humble Devassy Chirammal <humble.devassy@gmail.com> | 2015-03-27 14:37:10 +0530 |
commit | aaf0221f288c11c00c9738e56c99452da2983d43 (patch) | |
tree | e9197088886291987bff86d769f249ed312cab83 /Dockerfile | |
parent | dc54ab786da7c666e7951af508d217e3b8b9bfd7 (diff) | |
parent | ca13396ad8dc31b2072506bf3e3e76d4fec84a26 (diff) | |
download | gluster-aaf0221f288c11c00c9738e56c99452da2983d43.tar.gz gluster-aaf0221f288c11c00c9738e56c99452da2983d43.tar.bz2 gluster-aaf0221f288c11c00c9738e56c99452da2983d43.tar.xz gluster-aaf0221f288c11c00c9738e56c99452da2983d43.zip |
Merge pull request #3 from nandajavarma/master
Adding dockerfile for CentOS
Diffstat (limited to 'Dockerfile')
-rw-r--r-- | Dockerfile | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/Dockerfile b/Dockerfile deleted file mode 100644 index 17a3b4c..0000000 --- a/Dockerfile +++ /dev/null @@ -1,24 +0,0 @@ -FROM fedora - -MAINTAINER Humble Chirammal hchiramm@redhat.com - -RUN yum --setopt=tsflags=nodocs -y install wget - -RUN yum --setopt=tsflags=nodocs -y install nfs-utils - -RUN wget http://download.gluster.org/pub/gluster/glusterfs/3.6/LATEST/CentOS/glusterfs-epel.repo -O /etc/yum.repos.d/glusterfs-epel.repo - -RUN yum --setopt=tsflags=nodocs -y update - -RUN yum --setopt=tsflags=nodocs -y install systemd -RUN yum --setopt=tsflags=nodocs -y install glusterfs glusterfs-server glusterfs-fuse glusterfs-geo-replication glusterfs-cli glusterfs-api -RUN yum --setopt=tsflags=nodocs -y install attr -RUN yum clean all - -RUN ssh-keygen -A -RUN echo 'root:password' | chpasswd -VOLUME [ “/sys/fs/cgroup” ] - -EXPOSE 22 111 245 443 24007 2049 8080 6010 6011 6012 38465 38466 38468 38469 49152 49153 49154 49156 49157 49158 49159 49160 49161 49162 - -CMD ["/usr/sbin/init"] |