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 (#8519): 
https://lists.yoctoproject.org/g/meta-virtualization/message/8519
Mute This Topic: https://lists.yoctoproject.org/mt/103259877/21656
Group Owner: [email protected]
Unsubscribe: https://lists.yoctoproject.org/g/meta-virtualization/unsub 
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to