No, I mean doesn't it only look for updates of the current tag? That works fine if you set every container to the "latest" tag, but if you set your containers to specific version tags then you won't get a notification unless that specific tag gets updated.
lhamil64
That will just pull the latest image though right? I.e., if you explicitly have a container on a tag for v1.2.3, it wouldn't upgrade you when v1.2.4 is released right?
But if time travel is a thing, imagine the whole new time nightmares! Oh you went back a year with your phone? Now all your TLS root certs are invalid because you're before the start date. Or you have files/emails/whatever that are dated in the future. I guess you can get to that state by just setting your clock forward but I imagine some stuff would break.
I learned this when I got an electric toothbrush. It only has room for about a pea sized blob and it's surprising how far it goes.
Rereading it, I now understand what you meant. I interpreted the "like regex" as an example of advanced git knowledge. I'm not sure the comma helps make it unambiguous though.
How is regex git knowledge? I guess you can use regular expressions with git grep
but it's certainly not a git-oriented concept...
Boolean is named after George Boole so that is too, sort of
From a quick Google, yes they do, because the muscles relax.
I one time woke up at like 3am and mindlessly went through my whole morning routine (ate breakfast, showered, got dressed). Then I realized it was 3am and had like 5 hours before work... I think I just went back to bed
To play devil's advocate, tab completion would have also likely caught this. OP could have typed /mnt/t and it would autofill temp, or would show the matching options if it's ambiguous.
And a second problem, off-by-one errors
The professor that taught my algorithms & data structures course said if we were going to keep one book it should be the one for that course. I followed that advice and it's the one textbook I still have. It's been 8 years since graduation and I haven't opened it once. I tend to just read Wikipedia if I need to understand a particular algorithm or data structure.