...
Code Block |
---|
docker pull dzhanghuawei/pncsimulator:latest1.0.5 |
Step 2. Start the simulator container(s)
...
Code Block |
---|
docker run –p 18181:8181 –d –name pncsimu-18181 –t dzhanghuawei/pncsimulator:latest1.0.5 |
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.
...
For demonstration purposes, two domain controllers are required, both need to be properly launched and initialized. The initialization payloads are attached below. name View file