Skip to content
This repository has been archived by the owner on Aug 23, 2022. It is now read-only.

docker build error #749

Open
e888llll opened this issue Apr 26, 2021 · 1 comment
Open

docker build error #749

e888llll opened this issue Apr 26, 2021 · 1 comment

Comments

@e888llll
Copy link

First, I tried to pull from trailofbits/mcsema:llvm1000-ubuntu18.04-amd64 and came across the problem when using mcsema-disass:
image
image
Then I tried to git from the repository and docker build using "docker build -t mcsema ." but came across another problem:
image

@mnoga23
Copy link

mnoga23 commented May 6, 2021

docker basically complicates the whole process for referencing local disk drive
check these options:
-v "${PWD}":/home/user/local - this mounts current directory into docker container at /home/user/local
so if you have putty.exe in current directory from which docker is executed you can use
--binary /home/user/local/putty.exe

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants