Replies: 8 comments 11 replies
-
Hi, as you are talking about special interest in bugs regarding the remote API. Any chance somebody could take a look at #8713 ? ;-) |
Beta Was this translation helpful? Give feedback.
-
I just tried out if network aliases are now working in rootless networks, but I got disappointed. The issue is stale for nearly two weeks. This supprises me, how does all the docker-compose stuff work if containers can only reach each another using their real container-names? |
Beta Was this translation helpful? Give feedback.
-
@baude ^^ |
Beta Was this translation helpful? Give feedback.
-
I've uploaded 3.0rc2 to debian/experimental and tried it with the debian packaged docker-compose following the instructions from https://www.redhat.com/sysadmin/podman-docker-compose -- works fine for me on a laptop. I've tried it (first) on rootless, but that doesn't work (as advertised/explained in the link above):
What would it take to make network connect work for rootless mode? Is that on the roadmap? |
Beta Was this translation helpful? Give feedback.
-
Definitely doable, but no one on the team has taken it up yet. Probably not
that difficult. Might be worth a GitHub enhancement request?
…On Sun, Jan 31, 2021 at 08:21 Reinhard Tartler ***@***.***> wrote:
I've uploaded 3.0rc2 to debian/experimental
<https://packages.qa.debian.org/libp/libpod/news/20210131T130340Z.html>
and tried it with the debian packaged docker-compose following the
instructions from https://www.redhat.com/sysadmin/podman-docker-compose
-- works fine for me on a laptop.
I've tried it (first) on rootless, but that doesn't work (as
advertised/explained in the link above):
***@***.***:~/git/awesome-compose/gitea-postgres$ docker-compose -H unix:/run/user/1000/podman/podman.sock up
Pulling gitea (gitea/gitea:latest)...
76146dacacd305f5bbb4af41b6d107c06679db432fd1b5de4dd9577a56789dcf: pulling image () from docker.io/gitea/gitea:latest
Pulling db (postgres:alpine)...
8c6053d81a45b455a79e7abbc5b4d8410735f060634d345f70b0530b1d50b2b6: pulling image () from docker.io/library/postgres:alpine
Creating gitea-postgres_gitea_1 ... error
Creating gitea-postgres_db_1 ...
Creating gitea-postgres_db_1 ... error
ERROR: for gitea-postgres_db_1 network connect is not enabled for rootless containers
ERROR: for gitea network connect is not enabled for rootless containers
ERROR: for db network connect is not enabled for rootless containers
ERROR: Encountered errors while bringing up the project.
What would it take to make network connect work for rootless mode? Is that
on the roadmap?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#9059 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AB3AOCDP24T4Q2D3CY7GGVDS4VKONANCNFSM4WNOAYAA>
.
|
Beta Was this translation helpful? Give feedback.
-
I've tried to give it a whirl on fedora 33 by using |
Beta Was this translation helpful? Give feedback.
-
Hi, I'm trying podman 3.0 with a "PiD" approach (podman in docker with a UBI 8 docker container, crun and cgroups v1) from docker desktop on Windows for local development objectives with podman. I was able to run rootfull containers stack via docker-compose (v2, no volume) directly from the docker container without Now I'm stuck in trying podman from my host with podman remote as I cannot find a pre-release of the windows zip/msi. Is it available somewhere or do I need to build it? |
Beta Was this translation helpful? Give feedback.
-
Hi, Im using |
Beta Was this translation helpful? Give feedback.
-
We really need people testing and playing with this. We want to fix as many issues/bugs as possible. Especially play with the remote API.
Run docker-py and docker-compose against. Try to break it.
Beta Was this translation helpful? Give feedback.
All reactions