Skip to content

Amazon's KindleGen dockerized.

Notifications You must be signed in to change notification settings

koenrh/docker-kindlegen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

84 Commits
 
 
 
 
 
 
 
 

Repository files navigation

KindleGen

Amazon's KindleGen dockerized.

Usage

You could run KindleGen in a container by executing the following docker command.

docker run -it --rm \
  --volume "$PWD:/home/kindlegen" \
  koenrh/kindlegen \
  /home/kindlegen/modern-vim.epub

You could make this command more easily accessible by putting it in an executable, and make sure that it is available in your $PATH. Alternatively, you could create wrapper functions for your docker run commands (example).

kindlegen() {
  docker run -it --rm \
    --volume "$PWD:/home/kindlegen" \
    --name kindlegen \
    koenrh/kindlegen "$@"
}

About

Amazon's KindleGen dockerized.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •