
This image provides Coq built on Debian image. Coq is a formal proof management system besed on CIC mathematical system.
$ docker run -it coq:latest coqtop
For example: compile your .v file with coqc on the current directory.
$ ls src
foo.v
$ docker run -it -v `pwd`:/home/coq/src coq:latest coqc src/foo.v
Provided tags bound to docker images.
Content type
Image
Digest
Size
2 GB
Last updated
about 5 years ago
docker pull eldesh/coq:8.13.2