pull/498/head
parent
65b1f68a53
commit
d4cb69ef39
|
|
@ -33,6 +33,8 @@ RUN yum install git gcc gcc-c++ make automake autoconf libtool pcre pcre-devel z
|
||||||
&& make && make install \
|
&& make && make install \
|
||||||
&& chmod +x /home/fastdfs.sh
|
&& chmod +x /home/fastdfs.sh
|
||||||
|
|
||||||
|
RUN ln -s /usr/local/src/fastdfs/init.d/fdfs_trackerd /etc/init.d/fdfs_trackerd \
|
||||||
|
&& ln -s /usr/local/src/fastdfs/init.d/fdfs_storaged /etc/init.d/fdfs_storaged
|
||||||
|
|
||||||
# export config
|
# export config
|
||||||
VOLUME /etc/fdfs
|
VOLUME /etc/fdfs
|
||||||
|
|
|
||||||
|
|
@ -31,6 +31,8 @@ RUN yum install git gcc gcc-c++ make automake autoconf libtool pcre pcre-devel z
|
||||||
&& make && make install \
|
&& make && make install \
|
||||||
&& chmod +x /home/fastdfs.sh
|
&& chmod +x /home/fastdfs.sh
|
||||||
|
|
||||||
|
RUN ln -s /usr/local/src/fastdfs/init.d/fdfs_trackerd /etc/init.d/fdfs_trackerd \
|
||||||
|
&& ln -s /usr/local/src/fastdfs/init.d/fdfs_storaged /etc/init.d/fdfs_storaged
|
||||||
|
|
||||||
# export config
|
# export config
|
||||||
VOLUME /etc/fdfs
|
VOLUME /etc/fdfs
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue