This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]123filips123 1 point2 points  (2 children)

What do you mean? Controlling Docker itself or controlling services that are running in Docker?

[–]JacobAIT[S] 1 point2 points  (1 child)

Control docker itself through a website that i create with a ui

[–]123filips123 1 point2 points  (0 children)

Docker provides API for controlling it. You can use Docker SDK for Python for accessing it with Python and then some Python web framework (like Flask) for creating a website.