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.
|
|
4 years ago | |
|---|---|---|
| docker | 4 years ago | |
| 4 years ago | ||
| fb-webbapp | 4 years ago | |
| mrkoll | 4 years ago | |
| .dockerignore | 5 years ago | |
| .gitignore | 4 years ago | |
| Dockerfile | 4 years ago | |
| README.md | 5 years ago | |
| integrity.py | 5 years ago | |
| requirements.txt | 4 years ago | |
| workspace.code-workspace | 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/§