Skip to content

Inspired by Stephen Swat's DnD-Spelldeck for spell card generation without having to install LaTex and Python, https://github.com/StephenSwat/DnD-Spelldeck

License

Notifications You must be signed in to change notification settings

agearhart/dndspelldeck

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

dndspellbook

Inspired by Stephen Swat's DnD-Spelldeck for spell card generation without having to install LaTex and Python, https://github.com/StephenSwat/DnD-Spelldeck

This is the repository for the docker file for https://hub.docker.com/r/pnzrdrgoon/dndspelldeck/

How To Use

With this Dockerfile you don't need to know git, python, nor LaTeX. To use this first install Docker on your machine: https://www.docker.com/products/docker-desktop

Once installed you can use run the Dockerfile to to generate the PDFs for you by running the command:

docker run -it -v c:/temp:/opt/output pnzrdrgoon/dndspelldeck:latest

Docker Paramaters

-it

For interactive processes (like a shell), you must use -i -t together in order to allocate a tty for the container process. -i -t is often written -it

-v

This is a volume mount and directs the script where the output files should go. In the example above /opt/output of the Dockerfile is pointed to C:\Temp folder. This means that any output generated from the execution of the Dockerfile is written to a file in C:Temp

This also requires that the drive mounted as part of the volume mount must be shared with Docker, https://docs.microsoft.com/en-gb/archive/blogs/stevelasker/configuring-docker-for-windows-volumes

Once complete you should be able to find the PDF generated at C:\Temp

About

Inspired by Stephen Swat's DnD-Spelldeck for spell card generation without having to install LaTex and Python, https://github.com/StephenSwat/DnD-Spelldeck

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors