File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -300,6 +300,16 @@ the need to integrate JBMC as a separate project. Be aware that you need to
300
300
change the build location (Select project in Eclipse -> Properties -> C/C++
301
301
Build) to one of the src directories.
302
302
303
+ # WORKING WITH DOCKER
304
+
305
+ To compile and run the tools in a Docker container, do the following:
306
+
307
+ 1. From the root folder of the project, run `$ docker built -t cbmc .`
308
+ 2. After the building phase has finished, there should be a new
309
+ image with the CProver binaries installed under `/usr/bin/`.
310
+
311
+ To start a container using that image as a base, run `$ docker run -i -t cbmc`
312
+ This will result in dropping you to a new terminal inside the container.
303
313
304
314
# OPTIONS AND VARIABLES
305
315
You can’t perform that action at this time.
0 commit comments