[klee-dev] Fwd: Request regarding downloading KLEE code
Dan Liew
dan at su-root.co.uk
Mon Sep 4 12:14:01 BST 2017
On 4 September 2017 at 11:20, Mahinder.Shrivas <msmahinder2 at gmail.com> wrote:
> Hi All,
>
> This is regarding KLEE code. I am trying to clone KLEE code through docker
> by running this command (docker build -t klee/klee .) While doing that the
> connection is getting refused. I tried many times but it is not letting me
> clone KLEE source code. Please find the screenshot for your kind reference
> and do let me know if you guys know the solution. Any kind of suggestion
> would be appreciated. Thanks again.
Sounds like networking is not setup correctly in your Docker
container. Try passing `--network=host` to docker build.
More information about the klee-dev
mailing list