question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Allow assigning patterns to temporary containers

See original GitHub issue

At the moment, I have to use Temporary Containers in addition to Containerise, but that is only because Containerise is missing the one feature I need from TO: temporary containers. It’d be awesome if I could e.g. create a rule like:

@(.+\.)*google(\..+)+ , TMP

which would then result in a new container be created every time I visit a matching website. The temporary containers would need to be cleaned up as well when the last tab is closed, and on domain change.

Issue Analytics

  • State:open
  • Created 4 years ago
  • Reactions:7
  • Comments:7 (1 by maintainers)

github_iconTop GitHub Comments

1reaction
LoveIsGriefcommented, Jul 12, 2019

I’m not sure about requiring the installation of another addon to make a feature work. If @kintesh is ok with it, then sure, let’s do it that way. However it isn’t difficult to implement it ourselves

1reaction
madduckcommented, Apr 9, 2019

I am using TC as well as Containerise, and I’d appreciate being able to unify those two. Yes, the regexp needs work, it was just quick’n’dirty for this issue…

Read more comments on GitHub >

github_iconTop Results From Across the Web

Best patterns for disposing of temporary containers
I've seen two ways of doing this so far. 1) Declaring the nativeContainer variable as a system member so that you can dispose...
Read more >
Ephemeral Containers
This page provides an overview of ephemeral containers: a special type of container that runs temporarily in an existing Pod to accomplish ...
Read more >
How do I force links that are not assigned to a container ...
When I open those links, I always right click and select "open in new temporary container". However unless the link is to a...
Read more >
“Always Open in This Container” for entire domains/to ...
In the manage containers section I can see the list of containers I have, I can delete, rename, restrict to designated websites, give...
Read more >
Best practices for writing Dockerfiles
When you run an image and generate a container, you add a new writable layer (the “container layer”) on top of the underlying...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found