failed to install, multiple times, following VPS steps #1389

Closed
opened 2026-04-05 19:19:05 +02:00 by MrUnknownDE · 0 comments
Owner

Originally created by @permezel on 6/7/2025

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-compose and saw some issues preventing it being installed so did a apt upgrade apt update (or whatever -- followed by reboot) and then again installed docker-compose.

Re-ran the install.

Dies with:

=== Starting installation ===
Would you like to install and start the containers? (yes/no) (default: yes):
Pulling the container images...
unknown flag: --policy
Error:  failed to pull the containers: exit status 16

Tried docker-compose manually:

root@pangolin:~/pangolin# docker-compose up -d
ERROR: In file './docker-compose.yml', service 'name' must be a mapping not a string.
root@pangolin:~/pangolin# docker --version
Docker version 24.0.2, build cb74dfc
root@pangolin:~/pangolin# uname -a
Linux pangolin.example.com 4.15.0-213-generic #224-Ubuntu SMP Mon Jun 19 13:30:12 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux
root@pangolin:~/pangolin# docker-compose --version
docker-compose version 1.17.1, build unknown
*Originally created by @permezel on 6/7/2025* 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-compose` and saw some issues preventing it being installed so did a `apt upgrade` `apt update` (or whatever -- followed by reboot) and then again installed docker-compose. Re-ran the install. Dies with: ``` === Starting installation === Would you like to install and start the containers? (yes/no) (default: yes): Pulling the container images... unknown flag: --policy Error: failed to pull the containers: exit status 16 ``` Tried `docker-compose` manually: ``` root@pangolin:~/pangolin# docker-compose up -d ERROR: In file './docker-compose.yml', service 'name' must be a mapping not a string. root@pangolin:~/pangolin# docker --version Docker version 24.0.2, build cb74dfc root@pangolin:~/pangolin# uname -a Linux pangolin.example.com 4.15.0-213-generic #224-Ubuntu SMP Mon Jun 19 13:30:12 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux root@pangolin:~/pangolin# docker-compose --version docker-compose version 1.17.1, build unknown ```
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/pangolin#1389