parent
e51ed920f9
commit
09a0ecd5ae
1 changed files with 6 additions and 6 deletions
@ -1,11 +1,11 @@ |
||||
# fb-scraper |
||||
|
||||
- |
||||
# Docker buld and run |
||||
|
||||
## Build (for Raspberry Pi) |
||||
## Docker build and run |
||||
|
||||
### Build (for Raspberry Pi) |
||||
$ docker buildx create --use |
||||
$ docker buildx build --platform linux/arm -t l3224/fb-reactions:pi --push . |
||||
$ docker buildx build --platform linux/arm -t l3224/fb-scraper:pi --push . |
||||
|
||||
## Run |
||||
§ docker run -it --name fb1 -v vol1:/data l3224/fb-reactions:latest [-s -u user1,user2] |
||||
### Run |
||||
§ docker run -it -v fb-scraper-data:/data l3224/fb-scraper:pi [-s -u user1,user2] |
||||
|
||||
Loading…
Reference in new issue