julianGoh17 / simple-e2e

A modular end to end framework to easily create tests and debug failures.
0 stars 0 forks source link

Create, Stop and List Containers #24

Closed julianGoh17 closed 4 years ago

julianGoh17 commented 4 years ago

Added the ability for the framework to create Docker containers from existing images on the machine. The framework will then create a container manager for the container which will be responsible for interacting with that container. Also added the ability to list existing containers on the docker daemon through the CLI which allows users to list containers even without access to the host daemon.

Also did a lot of refactoring to make code cleaner.

Closes: #19

Signed-off-by: Julian Goh juliangohsl@gmail.com