Kindle App 1.17 GUI containerized
297
Volumes:
<path to your config>:/prefix32/drive_c/users/root/Local Settings/Application Data/Amazon/Kindle<path to your downloads>:/root/prefix32/drive_c/users/root/My Documents/My Kindle Content<path to your kindle keys>:/root/kindlekeys/kindle-gui:
image: shuaiscott/kindle-gui
container_name: kindle-gui
restart: always
ports:
- 8080:8080
volumes:
- "./kindle-gui/config:/root/prefix32/drive_c/users/root/Local Settings/Application Data/Amazon/Kindle"
- "./kindle-gui/keys:/root/kindlekeys/"
- "/data/downloads/books:/root/prefix32/drive_c/users/root/My Documents/My Kindle Content"
docker-compose up -d
docker exec -it kindle-gui sh grabKindleKey.sh
Not a very good name, is it?
Ever wanted to containerize your wine applications and access them via a web browser? No? Neither did I!
This container runs:
This is a trusted build on the Docker Hub.
docker run --rm -p 8080:8080 solarkennedy/wine-x11-novnc-docker
xdg-open http://localhost:8080
In your web browser you should see the default application, explorer.exe:

This is a base image. You should fork or use this base image to run your own wine programs?
Content type
Image
Digest
Size
1.2 GB
Last updated
about 5 years ago
docker pull shuaiscott/kindle-gui