AndroTainer
Portainer
AndroTainer | Portainer | |
---|---|---|
4 | 343 | |
136 | 31,898 | |
- | 1.4% | |
0.0 | 9.7 | |
about 2 years ago | 2 days ago | |
Kotlin | TypeScript | |
- | zlib License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
AndroTainer
- Portainer has been updated with a brand new UI!
- Controlling containers from your phone
-
Which features of Portainer do you use the most? What is it missing for you?
That's looks soooo pretty😍 I use this for Android https://github.com/dokeraj/AndroTainer Keep going bro
-
⟳ 2 apps added, 4 updated at apt.izzysoft.de
AndroTainer: Manage your docker containers via your smartphone
Portainer
-
Quick guide to setting up Deepseek (containers in portainer)
I'm running this setup on a mini pc running Intel N100(4core, 6w TDP) with 16G ram using portainer to setup the relevant containers. You can directly do this via docker as well.
-
Revolutionizing Notifications with NTFY.sh: Use Cases, Benefits, and Best Practices
We see that both of our containers are working and no restarting issues. So all looks good at first glance. Now we can move to the next step. We could now deploy NTFY container, but I would like to deploy a Portainer. Why?
-
Kubernetes Multi-Cloud Multi-Cluster Strategy Overview
It's crucial to have an effective access management system that allows you to robustly manage user identities and permissions across your clusters. Although Kubernetes includes an advanced RBAC implementation, this only works within a single cluster. A dedicated Kubernetes management platform such as Rancher or Portainer is required to cohesively configure identities and grant users the multi-cluster access they require.
-
Portainer + gitops ❤️: A simple way to deploy and manage your self-hosted applications
Check it out https://www.portainer.io/
-
26 Top Kubernetes Tools
Portainer is a container management platform that provides a powerful web interface to administer your workloads. It natively supports Kubernetes environments to help you manage your Pods, Deployments, Helm charts, and other cluster resources. Portainer also provides robust RBAC capabilities and an external authentication layer, letting you grant team members access to Kubernetes through Portainer without directly exposing your cluster.
-
Install Docker and Portainer in a VM using Ansible
This episode is actually why I started this series in the first place. I am an active Docker user and Docker fan, but I like containers and DevOps topics in general. I am a moderator on the official Docker forums and I see that people often struggle with the installation process of Docker CE or Docker Desktop. Docker Desktop starts a virtual machine, and the GUI is to manage the Docker CE inside the virtual machine even on Linux. Even though I prefer not to use a GUI for creating containers, I admit it can be useful in some situations, but you always need to be ready to use the command line where all the commands are available. In this episode I will use Ansible to install Docker CE in the previously created virtual machine, and I will also install a web-based graphical interface, Portainer.
-
Homelab Adventures: Crafting a Personal Tech Playground
Portainer
-
Runtipi: Docker-Based Home Server Management
> Any tips on the minimum hardware or VPS's needed to get a small swarm cluster setup?
From my testing, Docker Swarm is very lightweight, uses less memory than both Hashicorp Nomad and lightweight Kubernetes distros (like K3s). Most of the resource requirements will depend on what containers you actually want to run on the nodes.
You might build a cluster from a bunch of Raspberry Pis, some old OptiPlex boxes or laptops, or whatever you have laying around and it's mostly going to be okay. On a practical level, anything with 1-2 CPU cores and 4 GB of RAM will be okay for running any actually useful software, like a web server/reverse proxy, some databases (PostgreSQL/MySQL/MariaDB), as well as either something for a back end or some pre-packaged software, like Nextcloud.
So, even 5$/month VPSes are more than suitable, even from some of the more cheap hosts like Hetzner or Contabo (though the latter has a bad rep for limited/no support).
That said, you might also want to look at something like Portainer for a nice web based UI, for administering the cluster more easily, it really helps with discoverability and also gives you redeploy web hooks, to make CI easier: https://www.portainer.io/ (works for both Docker Swarm as well as Kubernetes, except the Kubernetes ingress control was a little bit clunky with Traefik instead of Nginx)
- Cómo instalar Docker CLI en Windows sin Docker Desktop y no morir en el intento
-
Setup Portainer for Server App
In this section, we will add Portainer to help us in managing our Docker containers. You can find more details about it here. To integrate Portainer into our EC2 project, we can follow these steps: