InstaPy / instapy-docker

🐳 Docker config and documentation for running InstaPy with Docker
GNU General Public License v3.0
188 stars 80 forks source link

handle insta cookies #90

Open beranPro opened 3 years ago

beranPro commented 3 years ago

Hi, when i checked out this repo and tried to used this over docker-compose, folling error ocurred:

https://github.com/timgrossmann/InstaPy/issues/5882

I just the last answer from the ticket above in this pull request.

elulcao commented 3 years ago

The main idea for using Docker is to automate all the installation and execution in the isolated container. Adding extra Python modules is defeating the portability of this repo. The requirements.txt has *.13 version which could be (maybe not) out of date from the latest commit in InstaPy repo.

Instead of pushing individual changes to this repo, a better approach is just to map the file to your local container.

beranPro commented 3 years ago

Hi, but then we need to update the documentation because the docker-compose stuff is not working on Windows with the current state of this repository.

elulcao commented 3 years ago

Hi, but then we need to update the documentation because the docker-compose stuff is not working on Windows with the current state of this repository.

You can map the new file from InstaPy repo to your container. I will start a new PR for the new .14 version to reflect the changes in instapy-docker.

shoesack commented 3 years ago

This issue still happens using docker-compose on debian 10 even using the mentioned workaround