mirror of
https://github.com/fosrl/pangolin.git
synced 2026-07-17 15:13:46 -05:00
[GH-ISSUE #864] failed to install, multiple times, following VPS steps #10434
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 @permezel on GitHub (Jun 7, 2025).
Original GitHub issue: https://github.com/fosrl/pangolin/issues/864
I purchased a VPS by following your link -- it was running some strange linux version.
I ran thru the installer. Lacking docker, it claimed to be trying to install it, but then gave up.
I decided I needed to run ubuntu, and found the racknerds had a ubuntu with docker pre-installed, so I reinstalled linux.
Re-ran the installer. Failed because docker-compose was not installed.
Did an
apt install docker-composeand saw some issues preventing it being installed so did aapt upgradeapt update(or whatever -- followed by reboot) and then again installed docker-compose.Re-ran the install.
Dies with:
Tried
docker-composemanually:@tannkosten commented on GitHub (Jun 7, 2025):
Your docker and docker-compose are older versions, and might cause an issue
The docker version I am running is 28.2.2, and the docker compose is 2.36.2
sudo apt install docker-ce docker-ce-cli containerd.io docker-buildx-plugin docker-compose-pluginThis is what I have installed on Ubuntu 24.04.2 LTS
@permezel commented on GitHub (Jun 8, 2025):
I did manage to get it running by editing the yaml file until it accepted it.
I guess I will re-create the VPS with a later ubuntu and then manually install docker (or perhaps try to rely on the install programme) and then re-install.