I somehow missed merging this, it is now staged on master-next. Bruce
In message: [meta-virtualization] [PATCH 2/2] podman: add test instructions for podman system service on 19/12/2023 Ming Liu wrote: > From: Ming Liu <[email protected]> > > Signed-off-by: Ming Liu <[email protected]> > --- > recipes-containers/podman/README | 21 +++++++++++++++++++++ > 1 file changed, 21 insertions(+) > > diff --git a/recipes-containers/podman/README > b/recipes-containers/podman/README > index 4c223a39..213ac256 100644 > --- a/recipes-containers/podman/README > +++ b/recipes-containers/podman/README > @@ -18,3 +18,24 @@ Basic configuration: > % podman images > % podman unshare cat /proc/self/uid_map > > + > +podman system service > +--------------- > + > +The podman system service command creates a listening service that answers > API > +calls for Podman, it supports systemd socket activation. > + > +Test with docker-compose (v2): > + > +To be noticed, docker could NOT be installed together with podman, so > +docker-compose should be built as a standalone tool, remove 'docker-plugin' > +from its PACKAGECONFIG at build time: > + > +``` > +PACKAGECONFIG:remove:pn-docker-compose = "docker-plugin" > +``` > + > +% sudo systemctl start podman.socket > +% git clone https://github.com/docker/awesome-compose.git > +% cd awesome-compose/postgresql-pgadmin; source .env > +% sudo docker-compose up -d > -- > 2.34.1 > > > >
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#8540): https://lists.yoctoproject.org/g/meta-virtualization/message/8540 Mute This Topic: https://lists.yoctoproject.org/mt/103259877/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-virtualization/leave/6693005/21656/1014668956/xyzzy [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
