Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added dockerfile #162

Merged
merged 3 commits into from
Feb 1, 2021
Merged

Added dockerfile #162

merged 3 commits into from
Feb 1, 2021

Conversation

ms-jpq
Copy link
Contributor

@ms-jpq ms-jpq commented Jan 31, 2021

With Docker, you can now use textidote without installing jdk:8 on your system.

This is useful for people who do not want to deal with potentially multiple versions of java or do not want to install java on their system for the sole purpose of running textidote.

To test, you will need docker:

sudo apt install docker.io

Then you can build textidote with

docker build --tag textidote .

After the image finishes building, you can run it using:

cat somefile.tex | docker run -i --rm textidote

@sylvainhalle sylvainhalle merged commit 5a9b297 into sylvainhalle:master Feb 1, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants