Initial commit
This commit is contained in:
8
app/programs/listDockerContainer.py
Executable file
8
app/programs/listDockerContainer.py
Executable file
@@ -0,0 +1,8 @@
|
||||
#
|
||||
# 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"}}]}')
|
||||
Reference in New Issue
Block a user