Installing podman with docker-compose on windows without internet #22588
Unanswered
Avihais12344
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello everyone, I want to install podman with docker-desktop without the use of the internet (without the easy installation done through podman desktop) on windows. I can't use the internet, but I can bring files from the internet to the computer.
I have installed podman, but I couldn't figure out how to install the compose part currectly.
I have tried to do this compose, of course adjusted to my internetless computer:
I did it like that:
./docker-compose.exe up
, but it tries to get the image:moby/buildkit:buildx-stable-1
.podman compose up
. But it says that:exec: "docker-compose": cannot run executable found relative to current directory
, I have putted thedocker-compose.exe
file at the directory I ran the command at.What can I do?
Thanks ahead for the help!
Beta Was this translation helpful? Give feedback.
All reactions