Skip to content

Dockerfile to build an image that has solc,z3 and foundry

Notifications You must be signed in to change notification settings

xBA5ED/docker-solc-z3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Commands

Build the image

docker build -t solc-z3 .

Run any arbitrary command in the contrainer

docker run -v $(pwd):$(pwd) -w $(pwd) solc-z3 {YOUR_COMMAND}

About

Dockerfile to build an image that has solc,z3 and foundry

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published