crcresearch / smartcontainers

Smart Containers to track Provenance in a Docker ecosystem
http://daspos.org
Apache License 2.0
5 stars 3 forks source link

Use docker-py instead of calling a docker command line process #44

Open Omegaice opened 8 years ago

Omegaice commented 8 years ago

Currently when docker commands are run they execute the docker command on the shell. Eventually, this should be updated to use the docker-py api where possible.