Skip to content

use docker api client instead of docker child process #54

@alexkli

Description

@alexkli

This should make things slightly faster, and especially be more robust on shutdown, avoiding a child process execution (docker kill) upon ctrl-c = SIGINT. The latter seems to fail when debugging in VS Code is ended, at least the log output is cut off right before the docker kill child process.

Common library seems to be dockerode.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions