You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add support for running CBMC in a Docker container.
Add a Dockerfile that allows CBMC to be built and
run in a Docker container.
The Dockerfile is setup in a way that allows multi-stage
builds, so that it's built in one container, and then
the build artifacts are being copied in another.
0 commit comments