view Resources/Builders/Docker/NOTES.txt @ 0:7ed502b17b8f

initial commit
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 26 Mar 2020 18:47:01 +0100
parents
children
line wrap: on
line source



Create the Docker image:

$ ./docker-compile.sh Release
$ docker build -f Dockerfile-Release -t python-plugin ../../..


Run the just-created Docker image:

$ docker run -p 4242:4242 -p 8042:8042 --rm python-plugin