Deffiss / testenvironment-docker

MIT License
117 stars 30 forks source link

Unable to start two containers with similar names #32

Closed vhatsura closed 4 years ago

vhatsura commented 4 years ago

During work under #31 I've found that the following setup is unable to start:

  1. Container #1 with test name
  2. Container #2 with test-1 name

The issue is in handling response from ListContainersAsync. It works like a regex and checks container names with startsWith in our case.