This repository contains the DockerFile and other associated files
for building a Docker container for KLEE-CL.
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
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" .
Content type
Image
Digest
sha256:22709a718…
Size
1.7 GB
Last updated
almost 11 years ago
docker pull delcypher/klee-cl-docker