Portainer for docker, swarm and kubernetes

Tell us your most wanted new features, or recommendation.
Locked
User avatar
Cafsenra
Posts: 18
Joined: 20 Jul 2020, 00:57

Portainer for docker, swarm and kubernetes

Post by Cafsenra »

Portainer simplifies container management in Docker, Swarm, Kubernetes, ACI and Edge environments. It's used by software engineers to speed up software deployments, troubleshoot problems and simplify migrations. It can be installed in a docker container and with some hacking (I havent done this yet - it implies to change docker deamon file configuration to enable remote tcp access to docker) manage TNAS docker. However it would be a mutch better to create an native TNAS app. Please consider that and perhaps enable kubernets support for TNAS products.
DevOps Engineer. Software Developer on free time ;)
User avatar
Cafsenra
Posts: 18
Joined: 20 Jul 2020, 00:57

Re: Portainer for docker, swarm and kubernetes

Post by Cafsenra »

Portainer is provided as open core software under the zlib license, Portainer CE 2.0 is 100% free with its source code readily available on GitHub.

https://www.portainer.io/portainer-ce/
DevOps Engineer. Software Developer on free time ;)
User avatar
TMroy
TerraMaster Team
Posts: 2598
Joined: 10 Mar 2020, 14:04
China

Re: Portainer for docker, swarm and kubernetes

Post by TMroy »

Installing Portainer's image in Docker is a very common usage, why you need another app to do that?
To contact our team, please send email to following addresses, remember to replace (at) with @:
Support team: support(at)terra-master.com (for technical support only)
Service team: service(at)terra-master.com (for purchasing, return, replacement, RMA service)
User avatar
Cafsenra
Posts: 18
Joined: 20 Jul 2020, 00:57

Re: Portainer for docker, swarm and kubernetes

Post by Cafsenra »

You are right! We can install Portainer in a docker container. However, Portainer can not comunicate with TNAS docker deamon. An app could be usefull to enable https access to docker deamon on TCP port 2376 or less secure HTTP access on TCP port 2375. I believe you should provide this option to the users. It doesnt need to be an new app. A option to enable http or https access to docker would be enought.
DevOps Engineer. Software Developer on free time ;)
User avatar
Cafsenra
Posts: 18
Joined: 20 Jul 2020, 00:57

Re: Portainer for docker, swarm and kubernetes

Post by Cafsenra »

I managed to connect to local daemon by run installation of docker container on command line as root, now I can manage docker containers and images on Portainer. Guess that installing Portainer as admin in user interface doesn't work!
DevOps Engineer. Software Developer on free time ;)
User avatar
Luisete
Posts: 4
Joined: 07 Oct 2020, 18:23

Re: Portainer for docker, swarm and kubernetes

Post by Luisete »

Could you explain how to connect and install Portainer? Thanks and best regards!
User avatar
TMroy
TerraMaster Team
Posts: 2598
Joined: 10 Mar 2020, 14:04
China

Re: Portainer for docker, swarm and kubernetes

Post by TMroy »

you can install portainer from docker.
To contact our team, please send email to following addresses, remember to replace (at) with @:
Support team: support(at)terra-master.com (for technical support only)
Service team: service(at)terra-master.com (for purchasing, return, replacement, RMA service)
User avatar
Luisete
Posts: 4
Joined: 07 Oct 2020, 18:23

Re: Portainer for docker, swarm and kubernetes

Post by Luisete »

Portainer with Docker no Connect!
User avatar
miji22
Posts: 6
Joined: 30 Nov 2020, 03:24
Canada

Re: Portainer for docker, swarm and kubernetes

Post by miji22 »

Luisete wrote: 07 Oct 2020, 18:29 Could you explain how to connect and install Portainer? Thanks and best regards!
in the portainer container, I added the following volume mapping:
/var/run/docker.sock --> /var/run/docker.sock

That allowed me to manage local docker instance with portainer.
Locked