Closed hesen1121 closed 7 years ago
The source will downloaded inside the docker container most probably. Try this and tell if this seems to work for you
docker run -i -t --name portia --rm -v <PROJECTS_FOLDER>:/app/data/projects:rw -p 9001:9001 scrapinghub/portia
docker exec --it portia /bin/bash
/app/slyd
directory, if not then do cd /app/
This directory should contain the source code of portia.
I use Docker to download the Portia image, then where has the Portia source been downloaded?I can't find it in my machine.