mirror of
https://gitlab.sectorq.eu/jaydee/portainer.git
synced 2026-01-29 04:49:44 +01:00
build
This commit is contained in:
10
portainer.py
10
portainer.py
@@ -579,7 +579,15 @@ if __name__ == "__main__":
|
||||
|
||||
if args.action == "list_containers":
|
||||
print("Getting containers")
|
||||
print(por.get_containers())
|
||||
args = prompt_missing_args(
|
||||
args,
|
||||
cur_config,
|
||||
[
|
||||
("site", "Site"),
|
||||
("endpoint_id", "Endpoint ID"),
|
||||
],
|
||||
)
|
||||
print("\n".join(por.get_containers()))
|
||||
sys.exit()
|
||||
|
||||
if args.action == "update_stack":
|
||||
|
||||
Reference in New Issue
Block a user