Skip to content

tiagovla/kindle.docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

kindle.docker

How to run it

docker run -it --net=host \
--env="DISPLAY" \
--volume="$HOME/.Xauthority:/home/kindle/.Xauthority:rw" \
tiagovla/kindle:1.16

How to mount books to a folder

mkdir data # books will be saved here
docker run -it --ipc="host" \
    --name kindle --privileged --net=host --env="DISPLAY" \
    --volume="$HOME/.Xauthority:/home/kindle/.Xauthority:rw" \
    --mount type=volume,dst="/home/kindle/.wine/drive_c/users/kindle/My Documents/My Kindle Content",volume-driver=local,volume-opt=type=none,volume-opt=o=bind,volume-opt=device=$PWD/data kindle

About

Docker image of kindle with DRM key using wine.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published