...
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
docker-compose -f docker-compose.yml -f sdnc/docker-compose.yml -f control-panel/docker-compose.yaml up -d |
You can see the docker containers with docker ps,
...
Run the fill_data.sh script under directory /data to create some dummy data in the running system.
Command to load the data,
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
cd /nonrtric/docker-compose/data ./fill_datapreparePmsData.sh.sh [policy-agent-port] [a1-sim-OSC-port] [a1-sim-STD-port] [http/https] |
...