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 d5353d4 commit 9b63012Copy full SHA for 9b63012
lzy/execution-env/src/main/java/ai/lzy/env/base/DockerEnvironment.java
@@ -258,6 +258,7 @@ public void signal(int sigValue) {
258
public void close() throws Exception {
259
if (containerId != null) {
260
retry.executeSupplier(() -> client.killContainerCmd(containerId).exec());
261
+ retry.executeSupplier(() -> client.pruneCmd(PruneType.CONTAINERS).exec());
262
}
263
264
0 commit comments