We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b92d9db commit b00c872Copy full SHA for b00c872
1 file changed
argus/tools/shell.py
@@ -65,6 +65,8 @@ def _ensure_shell(self) -> pexpect.spawn:
65
66
# Start container if needed
67
if self._container is None:
68
+ logger.info("Pulling image %s (may take a while)", self.image)
69
+ self._client.images.pull(self.image)
70
logger.info("Starting container from image %s", self.image)
71
self._container = self._client.containers.run(
72
self.image,
0 commit comments