Mercurial > hg > orthanc-python
comparison 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 |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:7ed502b17b8f |
---|---|
1 | |
2 | |
3 Create the Docker image: | |
4 | |
5 $ ./docker-compile.sh Release | |
6 $ docker build -f Dockerfile-Release -t python-plugin ../../.. | |
7 | |
8 | |
9 Run the just-created Docker image: | |
10 | |
11 $ docker run -p 4242:4242 -p 8042:8042 --rm python-plugin | |
12 |