add nusvm docker-compose
This commit is contained in:
13
nusmv/docker-compose.yml
Normal file
13
nusmv/docker-compose.yml
Normal file
@@ -0,0 +1,13 @@
|
||||
|
||||
# NuSVM docker
|
||||
# ============
|
||||
# ref: https://hub.docker.com/r/badouralix/nusmv
|
||||
|
||||
|
||||
version: "2.1"
|
||||
services:
|
||||
nusmv:
|
||||
image: badouralix/nusmv
|
||||
container_name: nusmv
|
||||
volumes:
|
||||
- /home/maxelweb/Development/:/input
|
||||
Reference in New Issue
Block a user