assaf

Results 11 comments of assaf

Oh, of course! You're right. Tags do work for CFN resources. I guess what I really meant is to ignore click-resources, or anything not generated by CFN. See, what I...

`make push` now rebuilds every time, so this should be less of a problem. Still, this relies on pypi being released before docker image, so not ideal.

But wouldn't you need to figure out uniqueness when supplying the overrides with `-o`?

@Walle123 thank you. Would you like to submit a patch?

I'd be happy to help. e.g. if you know you have to change `inspector.py` you can click the edit button and get an editor: https://github.com/lavie/runlike/edit/master/runlike/inspector.py Then you commit the changes...

Appreciated. The builds did fail, but it's not your fault. There's a known issue with dockerhub. I'll fix it soon. Not today though, unfortunately. Very short on time.

What would you use that for? The purpose of this script as I originally envisioned it is to let you run ad-hoc containers that were launched with lots of switches....

It would be an interesting challenge to try to implement this. docker-compose is so much more than just containers, though. It's networks, volumes, etc. practically the entire docker engine API...

https://docs.travis-ci.com/user/build-stages

Thank you for the suggestion. I wasn't familiar with podman. I don't plan on implementing this any time soon because I don't get the impression that podman is that widely...