You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 19, 2024. It is now read-only.
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.
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:
Additionally to do in this issue is evaluate all tests marked destructive and make them NON destructive by using a test container.
The text was updated successfully, but these errors were encountered: