我想将我的图像文件夹直接上传到我的 OpenShift 服务器,而不是将图像保存在我的源代码文件中。
我也有几个与公司有关的罐子。如何将它们安装到 OpenShift 3 服务器的 m2 Maven 存储库?
Reference
=========
1)mounted saperately as per your clarification-
/dev/xvdbe 999320 4424 926084 1% /imgs
2)I have done the Recreate
3)I verified oc rsh
sh-4.2$ cd /imgs
sh-4.2$ ls
images-static lost+found
sh-4.2$ cd images-static
sh-4.2$ ls
beads gemstones hooks jcarousel necklace necklaces pendants
sh-4.2$ cd necklaces
sh-4.2$ ls
1497330344375_.jpg
1497330365931.jpg
1497330357394.jpg
premadeDesigns
modifiableDesigns
4)I am accessing my images with URL
http://openshiftLink.com/imgs/images-static/necklaces/ / 1497330344375.jpg
is this the right way to access persistence volumes