Files
appRobotConfig/app/programs/listDockerContainer.py
Kendel Christoph 90d55cad7e Initial commit
2025-12-27 20:13:26 +01:00

9 lines
256 B
Python
Executable File

#
# All other Apps on the Robot (should be) installed as Docker containers. So a simple
# List of all Dockers should reveal which Apps are installed (with each Entry-Port)
#
print('{"Apps": [{"Robot": {"Container":"Robot", "port":"8808"}}]}')