skip to Main Content

Create Selenoid Image With DockerFile

I need to publish a Dockerfile that contains https://aerokube.com/selenoid. This has to be a Dockerfile so I can publish it to our container registry which will be used as a service container as part of the pipeline/text execution https://learn.microsoft.com/en-us/azure/devops/pipelines/process/service-containers?view=azure-devops&tabs=yaml Here…

VIEW QUESTION

Selenoid Docker ssl certificates – CentOS

I am trying to add ssl certificates to my container. Is there any specific location to add these certificates for example /etc/selenoid? Because the certificates are not being recognized. Tried using the --volume command docker run --volume /etc/folder_location:/etc/selenoid When I…

VIEW QUESTION
Back To Top
Search