Skip to content

A docker image to create an environment to run vdmj on the CLI

License

Notifications You must be signed in to change notification settings

closekn/vdmj-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

vdmj-cli

  • vdmj-cli is a docker image to create an environment to run vdmj on the CLI.
  • Dockerhub repository : closekn/vdmj-cli

Features

How to

# Pull docker image
$ docker pull closekn/vdmj-cli
# Run VDM   file
$ docker run -it --rm -v "`pwd`":/workspace closekn/vdmj-cli run_vdmpp RUN_FILE.vdmpp
# RUN VDM   file (Windows PowerShell)
$ docker run -it --rm -v "${pwd}":/workspace closekn/vdmj-cli run_vdmpp RUN_FILE.vdmpp
  • Replace RUN_FILE.vdmpp with the VDM file you want to run.

Reference

About

A docker image to create an environment to run vdmj on the CLI

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published