# Command line
PHONE_ID=... python main.py
# Command line
PHONE_ID=... python main.py
Official seret-in.me project is missing a simple way to build and deploy the full stack. This Gist is just a pack of dockerfiles to give a response to the issue.
# Pull pre-built images
When using Jenkins and Selenium grid on a Docker stack components are isolated. So it could be quite hard to find and read downloaded file by a test case.
The workarround is to override selenium images to set user id equals to jenkins user id and share /dev/shm
mount point between containers.
Selenium official documentation dont specify that it's mandatory to have a window manager in node container to use webDriver.manage().window().maximize();
.
I've found that debug node images are embeding fluxbox window manager unlike standard node images.
Due to lake of documentation on that topic this is a Gist to configure reverse proxy properly.
Traefik is not officialy supported by jFrog as reverse proxy for Artifactory.
Keep in mind that the minimum licence level jFrog Artifactory Pro to enable Docker registry feature.