Skip to content
This repository has been archived by the owner on Jun 8, 2023. It is now read-only.

Using volumes from s3 #3

Open
shantanuo opened this issue Mar 23, 2016 · 2 comments
Open

Using volumes from s3 #3

shantanuo opened this issue Mar 23, 2016 · 2 comments

Comments

@shantanuo
Copy link

I expect to load the adminer.php file that is available in "loffice" bucket of S3.
http://23.21.167.60:8070/adminer.php

I tried these commands ...
docker create -v /mnt --name s3store -e AWS_ACCESS_KEY_ID='xxx' -e AWS_SECRET_ACCESS_KEY='xxx' -e S3_PATH='loffice/' --privileged innovativetravel/aws-s3-mount

docker run -d -p 8070:80 --volumes-from s3store --name mydb1 ishiidaichi/apache-php-mongo-phalcon

But I get "Not Found" page. How do I connect volume named s3store to /var/www/html of php container?

@nafg
Copy link

nafg commented May 4, 2016

Seems not possible

@bubenkoff
Copy link
Contributor

as mentioned in another issue already, it's not possible to export mounted volume from container like this
this project was created to use it like you do, but failed

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants