...
Code Block |
---|
docker pull dzhanghuawei/pncsimulator:1.0.56 |
Step 2. Start the simulator container(s)
...
Code Block |
---|
docker run –p 18181:8181 –d –name pncsimu-18181 –t dzhanghuawei/pncsimulator:1.0.56 |
It should be noted that, we redirect the request from host:18181 to container:8181. You can configure whatever port, mapping to container:8181 at your discretion. Be careful, if setting up multiple domain controllers, make sure to assign different external ports for them.
...