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.
14 lines
470 B
14 lines
470 B
docker build -t deletefb . && \
|
|
docker run -ti --rm \
|
|
-e DISPLAY=$DISPLAY \
|
|
-v /tmp/.X11-unix:/tmp/.X11-unix \
|
|
--cap-add=SYS_ADMIN \
|
|
--cap-add=NET_ADMIN \
|
|
--cpuset-cpus 0 \
|
|
--memory 4GB \
|
|
-v /tmp/.X11-unix:/tmp/.X11-unix \
|
|
-e DISPLAY=unix:0 \
|
|
--device /dev/snd \
|
|
--device /dev/dri \
|
|
-v /dev/shm:/dev/shm \
|
|
deletefb -e mail="your@email.com" -e pass="Y0Ur*P4ss" -e url="http://facebook.com/your-username" deletefb:latest
|
|
|