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
Fix dockerRemove flag: use --rm instead of -rm (#9)
The dockerRemove parameter was passing an invalid Docker flag (-rm) instead
of the correct flag (--rm). This fix ensures containers are properly removed
after stopping when the dockerRemove option is enabled.
Fixes#8
0 commit comments