Skip to content

jacamo-lang/docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Docker for JaCaMo

This project contains docker instructions related to JaCaMo platform.

Docker Hub link

Creating JaCaMo applications

To create an application identified by helloworld, enter the following command:

docker run -ti --rm -v .:/app -v ./gcache:/root/.gradle jomifred/jacamo:1.2 app create /app/helloworld --console

NB: the tag 1.2 correspond to the version of JaCaMo.

Running JaCaMo applications

Commands for console applications (assuming it was created as above):

cd helloworld
docker run -ti --rm -v .:/app -v ./gcache:/root/.gradle -w /app jomifred/jacamo:1.2 helloworld.jcm

Commands for GUI applications (on unix):

xhost +
cd <your application directory>
docker run  -ti --rm -e DISPLAY=host.docker.internal:0 -v .:/app -w /app jomifred/jacamo:1.2 <your .jcm file>

About

docker configurations for JaCaMo

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published