Basically what the title says. Is there a way to control (to stop, restart or configure) docker containers on self hosted server via web console? Or atleast see container logs?
No
Ok, thank you for response
You need to have Docker Desktop for that
[CLOSED] Control docker containers via web console
Docker Desktop doesn’t have a web interface, does it?
Nope. But a Google search led me to - https://docs.docksal.io/use-cases/portainer/#:~:text=Portainer%20is%20a%20really%20nice,as%20it%20is%20to%20use.
Recommended threads
- Wifi issue with Pop!_OS linux distro
Hey guys... iam facing this very peculiar trouble with my linux distro... I use Pop!_OS on my HP victus gaming laptop with nvedia 2050 graphics card.... The pro...
- How to disable appwrite/embedding from s...
Hi everyone! I'm currently running a self-hosted instance of Appwrite. For my current use case, I don't need the AI/embedding features, and I noticed the `app...
- Invalid type for attribute 'email': emai...
I'm using the node-appwrite SDK to create a table, the column payload looks like this: ```json [{"key":"email","type":"email","required":true, "size": 512}] ``...