mirror of
https://github.com/fosrl/pangolin.git
synced 2026-05-06 12:55:03 -05:00
pangolin and docker versions #385
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @gilluc on GitHub (May 29, 2025).
what i have seen:
1- if docker is present before pangolin install, pangolin wont work
2- if docker is not present, pangolin install docker and all is fine
2.1 then, if you apt update/upgrade and docker is upgraded, pangolin doesnot work anymore
so:
1- install pangolin on a system without previous docker install
2- never update docker
(sudo apt-mark hold docker-ce docker-ce-cli docker-ce-rootless-extras)
nota 1 : debian12 on arm64
nota 2 : today i have to reinstall completely my server because nothing make pangolin run again...4 hours were lost!
@oschwartz10612 commented on GitHub (May 29, 2025):
Hi!
Sorry you are having this issue. Could you please be more specific about how pangolin does not work when you upgrade docker? We could look into resolving the issue.
Could you post some logs from
docker compose logs -ffrom when it does not work after you upgrade docker? If you cant get to this stage what specifically are you seeing?@kmanwar89 commented on GitHub (May 29, 2025):
I did not encounter #1 across 4 different machines that already have Docker installed.
How are you trying to install it? Are you using a compose file, or native install? Subjective statements without any logs or quantitative output do not help the developers "fix" anything.
@gilluc commented on GitHub (May 30, 2025):
I always install things by following official docs.
After Debian, I install docker following Debian doc how to install docker then pangolin following pangolin doc + newt as a service...
Nothing weird...
Now, I always install pangolin first just after Debian so it install its docker and all is running fine.
@oschwartz10612 commented on GitHub (May 31, 2025):
Hi @gilluc do you have any logs or anything you can share about when Pangolin does not work when you update Docker? I just need some direction to investigate the issue.
@gilluc commented on GitHub (May 31, 2025):
Dear oschwartz,
I re installed my server from scratch so nothing to investigate now, sorry.
Next time I will store screenshots at least.
Le 31 mai 2025 16:53:01 GMT+02:00, Owen Schwartz @.***> a écrit :
@oschwartz10612 commented on GitHub (Jun 3, 2025):
Alright. Feel free to reopen!