aerokube / windows-images

Step by step instructions for building Docker images with Windows
Apache License 2.0
221 stars 44 forks source link

Create multiple containers with different ports #7

Closed jacorgaz closed 4 years ago

jacorgaz commented 5 years ago

Hi,

Is there any way to create multiple containers from the same image, but using different ports in order to access remotely to the container and launch tests. As default the values ara 5900 and for Selenium 4444.

Thanks :)

vania-pooh commented 5 years ago

@jacorgaz this is what Selenoid or Moon are actually doing. Both are launching several parallel containers and are compatible with Selenium protocol.

jacorgaz commented 5 years ago

@vania-pooh I´ll have a look how it works for the windows image.

Thanks for your prompt replay :)

vania-pooh commented 4 years ago

Closing because of inactivity. Feel free to reopen if still having issues.