This repository was archived by the owner on Jan 19, 2024. It is now read-only.

Description
Currently, dunes only works with a container named dunes_contatiner. It would be nice to have CLI option to indicate the name of the container we want to operate on. Additionally, an option to set the image on start would be nice.
It would be okay if the container name option is -C, --container-name. And image name (only for --start-container) is --image-name.
It would be nice to do this:
dunes -C my_test_dunes --start-container --image-name dunes:1.2.0
dunes -C my_test_dunes --list
dunes --container-name my_test_dunes --stop-container
Additionally to do in this issue is evaluate all tests marked destructive and make them NON destructive by using a test container.