mirror of
git://git.yoctoproject.org/meta-virtualization.git
synced 2025-07-19 12:50:22 +02:00
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>
This commit is contained in:
parent
c113138577
commit
f33765288d
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user