assaf
assaf
This lets you do nice stuff like: `aws s3 cp s3://some/file >(cat)`
Sorry if opening an issue isn't the right way of asking such questions. Feel free to close this and direct me to the proper forum if so.
Very cool script. Thank you. Would be great if it had a --cfn option to generate host names based on logical-resource-id. And also the ability to concat the region name...
...much faster (about 5x as fast) than copying the pixels one by one. The same optimization could very well work for the transparent option - I just didn't need it...
* [x] Auto-publish to pypi on successful master build. * [x] Auto push to dockerhub. * [ ] Autogen release notes and create github release draft.
The Dockerfile does `pip install runlike` which gets cached locally, which can lead to old versions being tagged with new tags. Either don't use `pip` at all when building the...
e.g. if running with `runlike -i ...` then make the command output `-i`, even if inspected container runs in daemon mode relevant for -i, -d, -t... and probably several other...
It seems that the backoff/retry configuration only applies to connection errors (e.g. no network), in which case libbeat's backoff policy kicks in and retries. However, since `connect` and `close` don't...