Chapter 3: Setting up Docker

preview_player
Показать описание
Chapter 3: Setting up Docker

With Docker installed, we need to set up our machine to be ready for scaling tests. This means downloading images from hub and work with docker-compose. Let's dive in!
Рекомендации по теме
Комментарии
Автор

Hey Carlos!

I ran into a missing configuration issue while running "$ docker-compose up -d".
It appears that the file does need to include the following if using the latest images:

SE_EVENT_BUS_HOST: selenium-hub
SE_EVENT_BUS_PUBLISH_PORT: 4442
SE_EVENT_BUS_SUBSCRIBE_PORT: 4443

Just thought I'd share. Great stuff man!

AdamThao