All of lore.kernel.org
 help / color / mirror / Atom feed
From: liu.ming50@gmail.com
To: meta-virtualization@lists.yoctoproject.org
Cc: Ming Liu <liu.ming50@gmail.com>
Subject: [meta-virtualization] [PATCH 2/2] podman: add test instructions for podman system service
Date: Tue, 19 Dec 2023 10:29:11 +0100	[thread overview]
Message-ID: <20231219092911.14331-3-liu.ming50@gmail.com> (raw)
In-Reply-To: <20231219092911.14331-1-liu.ming50@gmail.com>

From: Ming Liu <liu.ming50@gmail.com>

Signed-off-by: Ming Liu <liu.ming50@gmail.com>
---
 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



  parent reply	other threads:[~2023-12-19  9:29 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-12-19  9:29 [meta-virtualization] [PATCH 0/2] Uprev podman to 4.8.2 liu.ming50
2023-12-19  9:29 ` [meta-virtualization] [PATCH 1/2] podman: update " liu.ming50
2023-12-19  9:58   ` Ming Liu
2023-12-19 13:28     ` Bruce Ashfield
2023-12-19  9:29 ` liu.ming50 [this message]
2024-01-15 21:39   ` [meta-virtualization] [PATCH 2/2] podman: add test instructions for podman system service Bruce Ashfield

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20231219092911.14331-3-liu.ming50@gmail.com \
    --to=liu.ming50@gmail.com \
    --cc=meta-virtualization@lists.yoctoproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.