Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

strange reset behavior #154

Open
mraygalaxy opened this issue Oct 12, 2017 · 1 comment
Open

strange reset behavior #154

mraygalaxy opened this issue Oct 12, 2017 · 1 comment

Comments

@mraygalaxy
Copy link
Collaborator

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

@maugustosilva
Copy link
Collaborator

any news on this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants