All of lore.kernel.org
 help / color / mirror / Atom feed
From: Bruce Ashfield <bruce.ashfield@gmail.com>
To: Ming Liu <liu.ming50@gmail.com>
Cc: meta-virtualization@lists.yoctoproject.org
Subject: Re: [meta-virtualization] [PATCH 2/2] podman: add test instructions for podman system service
Date: Mon, 15 Jan 2024 21:39:12 +0000	[thread overview]
Message-ID: <ZaWmAAIcQWQ7xnfG@gmail.com> (raw)
In-Reply-To: <20231219092911.14331-3-liu.ming50@gmail.com>

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 <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
> 

> 
> -=-=-=-=-=-=-=-=-=-=-=-
> 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/1050810
> Group Owner: meta-virtualization+owner@lists.yoctoproject.org
> Unsubscribe: https://lists.yoctoproject.org/g/meta-virtualization/unsub [bruce.ashfield@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
> 



      reply	other threads:[~2024-01-15 21:39 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 ` [meta-virtualization] [PATCH 2/2] podman: add test instructions for podman system service liu.ming50
2024-01-15 21:39   ` Bruce Ashfield [this message]

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=ZaWmAAIcQWQ7xnfG@gmail.com \
    --to=bruce.ashfield@gmail.com \
    --cc=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.