Mercurial > hg > orthanc-python
comparison Resources/Builders/DebianStable/NOTES.txt @ 8:dac0f23f85c2
rename
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Tue, 31 Mar 2020 12:15:46 +0200 |
parents | Resources/Builders/LinuxStandardBase/NOTES.txt@fb6bbc5737d5 |
children |
comparison
equal
deleted
inserted
replaced
7:0dc2054fe777 | 8:dac0f23f85c2 |
---|---|
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 |