Research the efficacy of having the docker provider utilize the docker socket instead of commands over shell out #65
Labels
Docker
Docker Provider
enhancement/request
New feature or request
good first issue
Good for newcomers
Provider
Issue with a _remote_ (core) provider
Milestone
Title
Right now, the docker provider talks to the docker binary to do stuff and consumes (and processes) the standard out to determine if the container is alive (in order to execute commands inside of it, browse its directory structure, etc). It might be worth seeing if we can instead just talk to the socket for more structured responses.
Or it might now be. Who knows.
The text was updated successfully, but these errors were encountered: