Skip to content

Regression in podman run hello-world #83

Description

@apyrgio

It seems that podman run hello-world within a krunvm was possible a few years back: #30.

This no longer seems to be the case for the following reasons:

[user@localhost src]# krunvm start archlinux bash
[root@archlinux src]# podman run --rm -it  hello-world
Error: netavark: create bridge: Netlink error: Operation not supported (os error 95)

and if we disable networking:

[root@archlinux src]# podman run --rm -it --network=none hello-world
Error: container create failed (no logs from conmon): conmon bytes "": readObjectStart: expect { or n, but found , error found in #0 byte of ...||..., bigger context ...||...

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions