Skip to content

Build a Docker container with all the tools to execute exfi

License

Notifications You must be signed in to change notification settings

jlanga/exfi-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

exfi-docker

Build a Docker container with all the tools to execute exfi

How to install

docker build --rm --tag exfi:1.5.6 github.com/jlanga/exfi-docker

How to run each command

# Build
docker run --rm exfi:1.5.6 build_baited_bloom_filter --help

# Create Splice Graph
docker run --rm exfi:1.5.6 build_splice_graph --help

# Stay inside the container
docker run -it --rm exfi:1.5.6

Don't forget to mount your folder inside and use the correct user permissions!

docker run \
    --rm \
    --volume $PWD:$PWD \
    --user "$UID:$GID" \
    exfi:1.5.6  \
    build_splice_graph --help

Contact info

Submit issues here or in the jlanga/exfi repository.

References

jlanga/exfi

About

Build a Docker container with all the tools to execute exfi

Resources

License

Stars

Watchers

Forks

Packages