docker volume rm portainer_data
Error response from daemon: remove portainer_data: volume is in use - [c6915cc05cf72928a85df77c39c5b0e3dd55a82aaeb0a594f1f961bc0c4dfa96]
I stopped and renoved the container using the ID, now the dietpi script to uninstall worked.
I rebooteded and reinstalled portainer but I’m still getting the same error
Yeah, your image is quite an old one running old kernel 4.9 still. If it is not that much hassle, you could use our current image having a way more up-to-date kernel version. Maybe give it a try on a spare SD card.
same issues and nothing would work. i uninstalled everything docker related and rebooted
while attempting to reinstall i got
│ E: Could not get lock /var/lib/apt/lists/lock. It is held by process 940 │
│ (apt-get) │
│ E: Unable to lock directory /var/lib/apt/lists/
eventually it installed. i rebooted and service logs say…
│ --containerd=/run/containerd/containerd.sock
│
│ Feb 17 05:10:33 DietDockerVM systemd[1]: Started Docker Application
│ Container Engine.
│ Feb 17 05:10:34 DietDockerVM dockerd[681]:
│ time=“2023-02-17T05:10:34.102671612-05:00” level=warning msg=“AppArmor
│ enabled on system but "apparmor_parser" binary is missing, so profile
│ can’t be loaded”
I am about to change it from dietpi managed to system but after that, i am just restoring my backup. this is a VM on proxmox. i even tried a fresh install of dietpi and updated before installing docker. it too had similar problems.
@applyscience
Your issue has nothing to do with the topic above. You are most probably hit by an issue of Docker software. This has nothing to do with DietPi. A simple forum search would have guide you to a workaround https://github.com/MichaIng/DietPi/issues/6126
Well you have quite some other Portainer container running. Like CE, EE and Updater. As you can see, the name /portainer is already used by your EE conatiner. Therefore it is conflicting with our install script. It would require a manuel adjustement to get an additional Poartiner running now.
I have no idea, sorry.
I do not want to get an additional portainer, just update the current one. I thought portainer would handle my images (nginx, rustdesk and that is about it). I only use those two applications.
Portainer is just a gui / frontend to simplify Docker managent. If you don’t use the EE (Enterprise Edition), you should remove/drop it. CE (Community Edition) should be fine for private use.
Dropping a conatiner should not impact any other container, as this is the basic idea of Docker, to separate the apps from each other. You should be able to remove Portainer EE and Portainer Update without any issue. And to be on save side, you could do a backup before.
last time the update command (reinstall 185) worked just fine. what are portainer EE and update for?
can I somehow see what portainer version is used currently to manage the docker containers?