You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Lasse Server 46f95ddadf Merge branch 'master' of https://github.com/lasseedfast/fb-scraper 4 years ago
docker . 4 years ago
facebook Issue with login 4 years ago
fb-webbapp . 4 years ago
mrkoll . 4 years ago
.dockerignore Etc 5 years ago
.gitignore . 4 years ago
Dockerfile Made the build command clearer 4 years ago
README.md Added run mode and some minor fixes 5 years ago
integrity.py v1.0 5 years ago
requirements.txt To work with arm/arm64/amd/64 4 years ago
workspace.code-workspace Anpassat för swarm (en användare åt gången, solo) 5 years ago

README.md

fb-scraper

Docker build and run

Build (for Raspberry Pi)

$ docker buildx create --use $ docker buildx build --platform linux/arm -t l3224/fb-scraper:pi --push .

Run

§ docker run -it --rm -v fb-scraper-data:/data l3224/fb-scraper:pi [-s -u user1,user2]

Detach container

CTRL-p CTRL-q (in terminal)

Attach container

docker container ls docker attach

https://docs.docker.com/engine/reference/commandline/container_ls/§