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

runc list failure #1592

Closed
rajasec opened this issue Sep 11, 2017 · 1 comment
Closed

runc list failure #1592

rajasec opened this issue Sep 11, 2017 · 1 comment

Comments

@rajasec
Copy link
Contributor

rajasec commented Sep 11, 2017

Started the fedora container with docker version
Server Version: 17.03.1-ce

In another directory, I have used the latest master runc to run an ubuntu container.
When I tried to do runc list
load container cee99b245cd41f1aa266dfab142acd5d9cecfad8e30dec17a1a8ac92add00a16: json: cannot unmarshal string into Go struct field State.init_process_start of type uint64

This is because state.json of fedora container created by docker is having string type for field init_process_start. Recently in runc it got changed to uint64 as per this commit
75d98b2

@cyphar
Copy link
Member

cyphar commented Sep 11, 2017

Yeah, that's because you have two runc versions that are sharing incompatible state. That's not really a supported configuration (though we should be more friendly about not bailing when an error occurs).

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

3 participants