From 04522813b6aebe53aef6c51b072c9662045d59ee Mon Sep 17 00:00:00 2001
From: hchiramm <hchiramm@redhat.com>
Date: Fri, 28 Oct 2016 17:57:45 +0530
Subject: Gluster Client container Dockerfile

Signed-off-by: hchiramm <hchiramm@redhat.com>
---
 gluster-client/Dockerfile | 8 ++++++++
 1 file changed, 8 insertions(+)
 create mode 100644 gluster-client/Dockerfile

diff --git a/gluster-client/Dockerfile b/gluster-client/Dockerfile
new file mode 100644
index 0000000..9b1d1d9
--- /dev/null
+++ b/gluster-client/Dockerfile
@@ -0,0 +1,8 @@
+FROM fedora 
+MAINTAINER Humble Devassy Chirammal  <hchiramm@redhat.com> 
+LABEL Name="glusterfs-client"
+ENV container docker
+RUN dnf --setopt=tsflags=nodocs -y update; dnf clean all; dnf --setopt=tsflags=nodocs -y install wget nfs-utils attr iputils iproute;
+RUN sed -i "s/LANG/\#LANG/g" /etc/locale.conf
+RUN dnf install -y glusterfs-fuse; dnf clean all;
+CMD ["/bin/bash"]
-- 
cgit v1.2.3