mirror of
https://github.com/gluster/glusterd2.git
synced 2026-02-05 12:45:38 +01:00
10 lines
158 B
Docker
10 lines
158 B
Docker
FROM kshlm/vagrant-centos:latest
|
|
|
|
MAINTAINER Kaushal M <kshlmster@gmail.com>
|
|
|
|
ADD ./setup.sh /setup.sh
|
|
RUN chmod +x /setup.sh
|
|
RUN /setup.sh
|
|
RUN rm /setup.sh
|
|
|