Amir Raminfar

Results 176 comments of Amir Raminfar

Hmm. I have been doing ``` docker run --rm --name test amir20/echo -r # then kill it with ctrl+c docker run --rm --name test amir20/echo -r ``` Dozzle should redirect...

Interesting 🤔 This should work because I added support for rename. But I haven't tested the redirect. Your directions help so let me try it out.

It didn't for me either. I think the problem is `c.created > logEntry.date`. That only looks for containers that have been created after the current one has been stopped. Which...

I think I fixed it by updating the logic for created. https://github.com/amir20/dozzle/pull/3446 Can you try `pr-3446`?

> Btw try to have the browser dozzle tab not as the active one (but for me seems not working also when the tab is active) Unfortunately, the redirect does...

> are you using the hello-world container for the tests I was not. I didn't think that makes a difference. The problem is I don't have all containers enabled. But...

> are you using the hello-world container for the tests Ah, this makes sense because of `c.state === "running"`. I believe this is a question about user intent. As someone...

I see. Those use cases make sense. But I think now I remembering why it was implemented this way. 😟 Imagine `restart: always` is true. Then Dozzle finds a new...

D'OH. Not sure how to fix it though. The two rows are isolated so they have no knowledge of each other.

I have merged for now. Thinking about this a little more, if the IDs are the same then the popup shouldn't show up. But for now I'll leave as is....