Set in repo directory
cd hackatech_ovh
Launch image building (will use existing Dockerfile)
docker build -t scrap_hackaton .
Building should take ~5 minutes.
Then Check if docker is available :
docker images | grep scrap_hackathon
Image size should be ~125MB.
docker run --detach --mount type=bind,source="$(pwd)"/scrap_data,target=/scrap_data scrap_hackhaton https://hostadvice.com/hosting-company/ddos-guard-reviews/en-fr/
Folder scrap_data is mounted on the container as a shareable folder.