Sign inSign up

ezbob/jolie

By ezbob

Updated over 10 years ago

Reposition for running Jolie programs in a container.

Image
1

987

ezbob/jolie repository overview

Reposition for running Jolie programs in a container

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

Tag summary

Content type

Image

Digest

Size

266.9 MB

Last updated

over 10 years ago

docker pull ezbob/jolie