-
Notifications
You must be signed in to change notification settings - Fork 33
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
image.run_via_binary_in_foreground raises conu.exceptions.CountExceeded #385
Comments
This error message means there was a timeout (might be set too low). How long does it take the image to run using CLI? |
not long. ~1s full output https://pastebin.com/vYxDJCTy |
@dhodovsk any update on that? |
i also tried with the example from the repo https://github.com/user-cont/conu/blob/master/docs/source/examples/check_env.py
|
i am still looking for some help or documentation of how i can change the timeout properly and use the |
i have a problem when i try to create a container with run_via_binary_in_foreground
the trace is
tests/conftest.py:24:
../../../.virtualenvs/pytest_env/lib/python3.9/site-packages/conu/backend/docker/image.py:540: in run_via_binary_in_foreground
container_id, popen_instance = self._run_container(run_command_instance, callback)
../../../.virtualenvs/pytest_env/lib/python3.9/site-packages/conu/backend/docker/image.py:396: in _run_container
Probe(timeout=2, count=10, pause=0.1, fnc=get_cont_id).run()
../../../.virtualenvs/pytest_env/lib/python3.9/site-packages/conu/utils/probes.py:54: in run
return self._run()
i cant find anything in the documentation. Can someone help me understand what am i doing wrong?
The text was updated successfully, but these errors were encountered: