Sign inSign up

winfed/bsdiff4

By winfed

•Updated over 3 years ago

bsdiff4

Image
0

10K+

winfed/bsdiff4 repository overview

⁠pull

docker pull winfed/bsdiff4

⁠run

docker run --name bsdiff4 \
--restart=unless-stopped \
-v /etc/localtime:/etc/localtime:ro \
-v /data:/data \
-it winfed/bsdiff4

⁠exe

// bsdiff:bsdiff oldfile newfile patchfile
docker exec bsdiff4 bsdiff /data/old.txt /data/new.txt /data/diff.patch
// bspatch:bspatch oldfile newfile patchfile
docker exec bsdiff4 bspatch /data/old.txt /data/new.txt /data/diff.patch

Tag summary

Content type

Image

Digest

sha256:c9484a56f…

Size

55.5 MB

Last updated

over 3 years ago

docker pull winfed/bsdiff4