I was testing service forwarding into a container via shell. I gave it one shot, klled the server. Container in dagger died, naturally. I expected for the service to die too, but I see that the timer next to it is still ticking. Does that mean it's still operational? Is this intentional?
If I try to run another identical container, it fails immediatelly -- I'm assuming that's because the service is already running and I am not allowed to create another one like that?