mirror of
https://gitlab.sectorq.eu/jaydee/portainer.git
synced 2026-01-28 20:39:45 +01:00
build
This commit is contained in:
@@ -364,7 +364,7 @@ class PortainerApi:
|
||||
# print(f"Containers: {containers}")
|
||||
try:
|
||||
for c in containers:
|
||||
print(c)
|
||||
# print(c)
|
||||
try:
|
||||
cont.append([c["Names"][0].replace("/", ""),c["Id"], c['Image']])
|
||||
contr.append([c["Names"][0].replace("/", ""), c["Id"], c['Image']])
|
||||
|
||||
@@ -5,4 +5,6 @@ tabulate
|
||||
flake8
|
||||
pylint
|
||||
black
|
||||
docker
|
||||
docker
|
||||
hvac
|
||||
prompt_toolkit
|
||||
Reference in New Issue
Block a user