Sign inSign up

delcypher/klee-cl-docker

By delcypher

•Updated almost 11 years ago

Image
0

351

delcypher/klee-cl-docker repository overview

⁠Dockerfile for KLEE-CL

This repository contains the DockerFile and other associated files for building a Docker container for KLEE-CL⁠.

⁠Running

First obtain the image from the DockerHub. If you don't want to do this see "Building"

$ docker pull delcypher/klee-cl-docker

Now you can gain access to a shell inside the container (note --rm removes the container when you exit it).

$ docker run -ti --rm delcypher/klee-cl-docker /bin/bash

⁠Building

If you'd rather not used the pre-built image from the DockerHub⁠ Then you can build it locally on your system by doing the following.

$ cd /path/to/this/repository
$ docker build -t "delcypher/klee-cl-docker" .

Tag summary

Content type

Image

Digest

sha256:22709a718…

Size

1.7 GB

Last updated

almost 11 years ago

docker pull delcypher/klee-cl-docker