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

Docker container for portability #9

Open
ghost opened this issue Jan 30, 2018 · 3 comments
Open

Docker container for portability #9

ghost opened this issue Jan 30, 2018 · 3 comments

Comments

@ghost
Copy link

ghost commented Jan 30, 2018

I accidentally deleted my Dockerfile for this but I will upload it once I figure it out again.

https://hub.docker.com/r/lramage94/ktools/

@ghost
Copy link
Author

ghost commented Jan 30, 2018

@oxr463
Copy link

oxr463 commented Mar 5, 2020

FROM gcc:latest

# Install ktools
RUN curl -o ktools.tar.gz -L https://github.com/nsimplex/ktools/archive/4.4.0.tar.gz && \
    tar -xf ktools.tar.gz && cd ktools-4.4.0/ && \
    ./configure && make -j1 && make install

@victorpopkov
Copy link

victorpopkov commented Jun 29, 2020

For those who are waiting for #13 and #14 to be merged and/or images published, you can use our dstmodders/docker-ktools as an alternative:

$ cd /path/to/your/data/
$ docker pull dstmodders/ktools:official
$ docker run --rm -v "$(pwd):/data/" dstmodders/ktools:official krane --version
$ docker run --rm -v "$(pwd):/data/" dstmodders/ktools:official ktech --version

Tag "official" points to the latest official release. You may also try our latest release, which includes #19 and #20:

$ docker pull dstmodders/ktools:latest

See tags for a list of all available versions.

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

No branches or pull requests

2 participants