Improvement idea on the Portainer package

Portainer is a lightweight management UI which allows you to easily manage your Docker host or Swarm cluster.

Moderator: Lillian.W@AST

Post Reply
Drthrax74
Posts: 1
youtube meble na wymiar Warszawa
Joined: Fri Apr 30, 2021 12:31 am

Improvement idea on the Portainer package

Post by Drthrax74 »

Hello,
I open this topic because I find that the Portainer package lacks functionality in the launch parameters.
Currently, by selecting all the containers, the Portainer container is inadvertently deleted, rendering the tool KO'd, which means having to go back to the NAS to relaunch the container in the long term.
Which is very frustrating

My proposal would be the possibility of modifying the command via the graphical interface.

In the example below, I add a label that matches a value and if the hiden is true, hide the container

Code: Select all

docker run -d \
-p XXXX:8000 -p YYYY:9000 \
--name=PortainerCE \
--restart=always \
 --label Portainer="hide"\
-v /var/run/docker.sock:/var/run/docker.sock \
-v PortainerCE:/data portainer/portainer-ce \
--hide-label Portainer="hide" ;

Code: Select all

--label Portainer="hide"
--hide-label Portainer="hide" ;
User avatar
Nazar78
Posts: 2002
Joined: Wed Jul 17, 2019 10:21 pm
Location: Singapore
Contact:

Re: Improvement idea on the Portainer package

Post by Nazar78 »

I would prefer to have all containers displayed including Portainer itself. This is useful to access its configs, logs, stats etc. without going back to the console. But this is of course user preference as you may choose to hide it in the docker config label.
AS5304T - 16GB DDR4 - ADM-OS modded on 2GB RAM
Internal:
- 4x10TB Toshiba RAID10 Ext4-Journal=Off
External 5 Bay USB3:
- 4x2TB Seagate modded RAID0 Btrfs-Compression
- 480GB Intel SSD for modded dm-cache (initramfs auto update patch) and Apps

When posting, consider checking the box "Notify me when a reply is posted" to get faster response
Post Reply

Return to “Portainer”