[GH-ISSUE #83] Unknown shorthand flag 'f' in -f #10037

Closed
opened 2026-05-06 12:59:58 -05:00 by GiteaMirror · 9 comments
Owner

Originally created by @Clutch152 on GitHub (Jan 19, 2025).
Original GitHub issue: https://github.com/fosrl/pangolin/issues/83

Image

Originally created by @Clutch152 on GitHub (Jan 19, 2025). Original GitHub issue: https://github.com/fosrl/pangolin/issues/83 ![Image](https://github.com/user-attachments/assets/edd8b177-3275-4ee2-8c85-153b18a7e2bf)
Author
Owner

@oschwartz10612 commented on GitHub (Jan 20, 2025):

Hi!

I was not able to reproduce this with the latest installer. Did you have Docker installed manually before using the installer?

Can you let me know what version of docker you are using?

<!-- gh-comment-id:2601397607 --> @oschwartz10612 commented on GitHub (Jan 20, 2025): Hi! I was not able to reproduce this with the latest installer. Did you have Docker installed manually before using the installer? Can you let me know what version of docker you are using?
Author
Owner

@WhatDash commented on GitHub (Jan 21, 2025):

Hello,

I am having the same issue.

Image

<!-- gh-comment-id:2605853023 --> @WhatDash commented on GitHub (Jan 21, 2025): Hello, I am having the same issue. ![Image](https://github.com/user-attachments/assets/c4f6f7cc-c3b8-4cdc-b9bc-117b11a554cb)
Author
Owner

@oschwartz10612 commented on GitHub (Jan 22, 2025):

Hello,

I am having the same issue.

Image

What OS are you on?

<!-- gh-comment-id:2606371206 --> @oschwartz10612 commented on GitHub (Jan 22, 2025): > Hello, > > I am having the same issue. > > ![Image](https://github.com/user-attachments/assets/c4f6f7cc-c3b8-4cdc-b9bc-117b11a554cb) What OS are you on?
Author
Owner

@m0nji commented on GitHub (Jan 22, 2025):

I had the same problem. But after finishing the script, you can use "docker-compose up -d" because it automatically uses the existing "docker-compose.yml" configuration file.

Image

in my case, i had docker and docker-compose already installed.

<!-- gh-comment-id:2606434660 --> @m0nji commented on GitHub (Jan 22, 2025): I had the same problem. But after finishing the script, you can use "docker-compose up -d" because it automatically uses the existing "docker-compose.yml" configuration file. ![Image](https://github.com/user-attachments/assets/c287d070-2b29-466d-a3fa-cc52a9122c99) in my case, i had docker and docker-compose already installed.
Author
Owner

@oschwartz10612 commented on GitHub (Jan 22, 2025):

Thanks I will try to reproduce this today. I bet its because you had docker installed before but the script is supposed to support that.

We install the newer version of docker and compose where there is no - in the command so I wonder if that has to do with it. Should be a pretty easy fix to support both commands...

<!-- gh-comment-id:2607509435 --> @oschwartz10612 commented on GitHub (Jan 22, 2025): Thanks I will try to reproduce this today. I bet its because you had docker installed before but the script is supposed to support that. We install the newer version of docker and compose where there is no - in the command so I wonder if that has to do with it. Should be a pretty easy fix to support both commands...
Author
Owner

@WhatDash commented on GitHub (Jan 22, 2025):

Hello,
I am having the same issue.
Image

What OS are you on?

DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=24.04
DISTRIB_CODENAME=noble
DISTRIB_DESCRIPTION="Ubuntu 24.04.1 LTS"

I also previously had docker installed running "docker-compose up -d" how ever did not work for me.

<!-- gh-comment-id:2607693306 --> @WhatDash commented on GitHub (Jan 22, 2025): > > Hello, > > I am having the same issue. > > ![Image](https://github.com/user-attachments/assets/c4f6f7cc-c3b8-4cdc-b9bc-117b11a554cb) > > What OS are you on? DISTRIB_ID=Ubuntu DISTRIB_RELEASE=24.04 DISTRIB_CODENAME=noble DISTRIB_DESCRIPTION="Ubuntu 24.04.1 LTS" I also previously had docker installed running "docker-compose up -d" how ever did not work for me.
Author
Owner

@Clutch152 commented on GitHub (Jan 27, 2025):

Hi!

I was not able to reproduce this with the latest installer. Did you have Docker installed manually before using the installer?

Can you let me know what version of docker you are using?

Docker version 24.0.7, build 24.0.7-0ubuntu2~20.04.1

<!-- gh-comment-id:2614684944 --> @Clutch152 commented on GitHub (Jan 27, 2025): > Hi! > > I was not able to reproduce this with the latest installer. Did you have Docker installed manually before using the installer? > > Can you let me know what version of docker you are using? Docker version 24.0.7, build 24.0.7-0ubuntu2~20.04.1
Author
Owner

@WhatDash commented on GitHub (Jan 27, 2025):

When I ran docker-compose up -d I had error for missing dependencies. After some troubleshooting I removed legacy docker-compose and installed the new docker compose.

Then running 'docker compose up -d' fixed the issue for me

<!-- gh-comment-id:2614699579 --> @WhatDash commented on GitHub (Jan 27, 2025): When I ran docker-compose up -d I had error for missing dependencies. After some troubleshooting I removed legacy docker-compose and installed the new docker compose. Then running 'docker compose up -d' fixed the issue for me
Author
Owner

@sickchilldownloads commented on GitHub (Jan 27, 2025):

Image

OS:
Image

Docker version 24.0.7, build 24.0.7-0ubuntu2~20.04.1

Trying to run the docker-compose.yml:

Image

<!-- gh-comment-id:2615501936 --> @sickchilldownloads commented on GitHub (Jan 27, 2025): ![Image](https://github.com/user-attachments/assets/1a43be06-fc77-4712-b34d-14e3d4a962f4) OS: ![Image](https://github.com/user-attachments/assets/c3eb7ac2-7038-4917-982f-06ad34769792) Docker version 24.0.7, build 24.0.7-0ubuntu2~20.04.1 Trying to run the docker-compose.yml: ![Image](https://github.com/user-attachments/assets/aa89a46c-55f2-450a-94eb-2e02f28baf4d)
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/pangolin#10037