summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMing Liu <liu.ming50@gmail.com>2023-12-19 10:29:11 +0100
committerBruce Ashfield <bruce.ashfield@gmail.com>2024-01-19 14:29:24 +0000
commitf33765288da11bcefa64dd4991a8392756cb3139 (patch)
tree7a9f0c97fbd979b19fa9736289a2d2c3dbc449b5
parentc11313857754e59fdf599f1014b93d3708542b16 (diff)
downloadmeta-virtualization-f33765288da11bcefa64dd4991a8392756cb3139.tar.gz
podman: add test instructions for podman system service
Signed-off-by: Ming Liu <liu.ming50@gmail.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
-rw-r--r--recipes-containers/podman/README21
1 files changed, 21 insertions, 0 deletions
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:
18% podman images 18% podman images
19% podman unshare cat /proc/self/uid_map 19% podman unshare cat /proc/self/uid_map
20 20
21
22podman system service
23---------------
24
25The podman system service command creates a listening service that answers API
26calls for Podman, it supports systemd socket activation.
27
28Test with docker-compose (v2):
29
30To be noticed, docker could NOT be installed together with podman, so
31docker-compose should be built as a standalone tool, remove 'docker-plugin'
32from its PACKAGECONFIG at build time:
33
34```
35PACKAGECONFIG:remove:pn-docker-compose = "docker-plugin"
36```
37
38% sudo systemctl start podman.socket
39% git clone https://github.com/docker/awesome-compose.git
40% cd awesome-compose/postgresql-pgadmin; source .env
41% sudo docker-compose up -d