cbtool icon indicating copy to clipboard operation
cbtool copied to clipboard

strange reset behavior

Open mraygalaxy opened this issue 7 years ago • 1 comments

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. =)

mraygalaxy avatar Oct 12 '17 19:10 mraygalaxy

any news on this?

maugustosilva avatar Jan 23 '18 21:01 maugustosilva