Reposition for running Jolie programs in a container.
987
How to run your Jolie programs in your container:
docker run -v :/home/jolie:ro --expose -dt ezbob/jolie
This command will run your program in detached mode. Replace "path to your program" with the path to your program (excluding the program name), the "port number" with the input port number to your program and "your program" with the program to run.
To find the ip address of the container use:
docker inspect | grep "IPAddress"
Use this ip address to send messages to the Jolie program running inside the container. Container name can be found with:
docker ps
Content type
Image
Digest
Size
266.9 MB
Last updated
over 10 years ago
docker pull ezbob/jolie