runtime
runtime copied to clipboard
Cannot run cc-runtime which was compiled manually
I just compiled cc-runtime manually
$./cc-runtime cc-env
cannot determine proxy config
And I replaced current /usr/bin/cc-runtime to this new generated cc-runtime, it reported cannot start qemu, and /var/lib/clear-containers/runtime/runtime.log have no logs about new cc-runtime.
How to test new compiled cc-runtime?
This error suggests your configuration file is either invalid (missing proxy details) or is not readable by your current user.
Also, please don't just copy the compiled binary into /usr/bin - run sudo make install as documented:
- https://github.com/clearcontainers/runtime/blob/master/docs/developers-clear-containers-install.md#build-and-install-components
Hi @jovizhangwei - Is this still an issue for you?