Skip to content

Tag: docker

How to access selenoid ui using selenoid?

Actually, I am trying to create new google profile in selenoid session and one of the ways that I found out is to use vnc to click some buttons that selenium can`t. But when I am trying to get localhost:8080 the page doesn`t load. So, what should I do? Answer You will have to link the selenoid and selenoid-ui…

How to install packages in Airflow (docker-compose)?

The question is very similar to the one already available. The only difference is that I ran Airflow in docker Step by step: Put docker-compose.yaml to PyCharm project Put requirements.txt to PyCharm project Run docker-compose up Run DAG and receive a ModuleNotFoundError I want to start Airflow using docker-c…

Docker image not running on host 8050

I am trying to teach myself how to deploy a dash application on AWS. I have created a folder ‘DashboardImage’ on my mac that contains a Dockerfile, README.md, requirements.txt and an app folder that contains my python dash app ‘dashboard.py’. My Dockerfile looks like this: I go into th…