Open allan-simon opened 8 years ago
Output the admin credentials that are currently output in stdout, in a file, e.g /var/whatever/credentials , so that we can mount /var/whatever from other containers.
Nice. Will implement.
Have environment variables that if set, create a non-admin user that have the read/write rights on the created buckets.
Initial feeling is that this is outside the scope of a base image. A few reasons, main – you have admin credentials, you can do this yourself. Out of curiosity, what's your use case?
my use case is developer environments and automated tests
2018… 😥 Sorry guys, I'm busy as never before and don't have time for this right now. This is a great idea, if anyone wants to PR I'll happily review it!
We would like to use your container to provide our developers environment (based on a set of docker images) with a local s3, we're using a Vagrantfile to combine the different containers and to do the linking/mounting/provisionning
The problem we're having with your containers is that we can not create a user with read/write access on a bucket (as you state in the readme, if we set the
RIAK_CS_KEY_ACCESS
andRIAK_CS_KEY_SECRET
it fails )it would be nice to either
/var/whatever/credentials
, so that we can mount/var/whatever
from other containers