cbtool
cbtool copied to clipboard
strange reset behavior
So, if you start a fresh container running cbtool from a Dockerfile, this happens:
$ ./cb -f $ ./cb # reset is forced anyway, even though it wasn't requested
.... odd. So, then I tried this:
$ ./cb -f $ ./cb -f $ ./cb # reset is forced anyway, even though it wasn't requested
Ok, that didn't work. So then I tried:
Only this makes it stop happening:
$ ./cb -f $ ./cb # reset is forced anyway, even though it wasn't requested. $ ./cb -f
$ ./cb # no reset this time. Normal.
Spooky. =)
any news on this?