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

libelfmaster docker image #19

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

watbulb
Copy link

@watbulb watbulb commented May 18, 2020

Simple docker ubuntu based image for libelfmaster (non-root runtime).
This build also includes capstone for future development.

Build: docker build -t "libelfmaster:latest" -f Dockerfile.libelfmaster .
Run: docker run --rm -it -v ${PWD}/data:/tmp/data "libelfmaster:latest"

Signed-off-by: Dayton Pidhirney (watbulb) [email protected]

Simple docker ubuntu based image for libelfmaster (non-root runtime).
This build also includes capstone for future development.

Build: docker build -t "libelfmaster:latest" -f Dockerfile.libelfmaster .
Run:   docker run --rm -it -v ${PWD}/data:/tmp/data "libelfmaster:latest"

Signed-off-by: Dayton Pidhirney <[email protected]>
@watbulb
Copy link
Author

watbulb commented May 19, 2020

You may also use this docker image to tell users there is a local docker package available, see here for an example:

https://github.com/watbulb/libelfmaster/packages/233001

Thanks for all your hard work on this library, it's rare to see someone this detailed on ELF format specifics.

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.

1 participant