jamshid
jamshid
FYI if you're using current boot2docker 0.8 / docker 0.10 on OSX, you have to map the port exposed on the boot2docker-vm to your localhost machine as described in https://github.com/boot2docker/boot2docker/issues/58....
fwiw validate_certs=False to S3Connection did not work for me on CentOS7.4, neither did the ~/.boto. I had to `export PYTHONHTTPSVERIFY=0`.
All for inclusive language and retiring dated computer terms like master and slave, even though it is a bit [ironic](https://www.huffingtonpost.co.uk/amp/entry/amazon-staff-investigation_n_4335894/) here. But I'm worried this going to be one of...
I get that error even listing an AWS S3 bucket: ``` % docker run -ti curlimages/curl -v 'https://s3.amazonaws.com/X' -u 'X:X' --aws-sigv4 "aws:amz:auto:s3" * Trying 52.217.236.192:443... * Connected to s3.amazonaws.com (52.217.236.192)...
Yeah `docker.bintray.io/jfrog/artifactory-oss:4.16.1` was nice because it would automatically be configured for anonymous access and with a maven repo. Now with 6.17.0 I have to manually go to the http://DOCKER-HOST:8081 website...
Agreed, I was really surprised there isn't a way to configure multiple accounts with their own keys and `host_base` for use when sync'ing between two different buckets. FWIW `rclone` lets...
Not sure what extra support is needed. I use s3cmd with an S3-compatible service whose endpoint is https://storage.example.com and s3cmd works fine. Here is my ~/.s3cfg. A command like `s3cmd...
Just curious have you found s3fs works reliably for database files? https://github.com/s3fs-fuse/s3fs-fuse#limitations lists eventual consistency and random writes as limitations so I'm surprised rexray/s3fs works for database volumes. Maybe it...
Thanks, I updated the sample stack if you want to try: https://gist.github.com/jamshid/bf5dcdb0ae1b505a636b33ca5ebfba4b Unfortunately, no, `endpoint_mode: dnsrr` changes behavior but ports are still not published correctly. The built-in "overlay" network does...
Hmm @sameersbn do you happen to know what might be causing these errors? Now I'm paranoid about SolarWinds / Sunburst build system hacking.