Skip to content

predkambrij/docker-kindle

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker-kindle

Kindle in Docker.

Usage

Clone the repository and build the image.

git clone [email protected]:predkambrij/docker-kindle.git
cd docker-kindle
./genenv.sh
docker-compose build

Make it possible to connect to X server

xhost +

Launch Kindle with:

docker-compose up -d

Note:

  • first time you'll launch the container, it'll prompt you to install Mono for .NET and Gecko package (twice)
  • next time it'll open Kindle

Known issues:

  • highlights aren't working

About

Kindle in Docker

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dockerfile 67.2%
  • Shell 32.8%