Skip to content
This repository was archived by the owner on Feb 8, 2021. It is now read-only.
This repository was archived by the owner on Feb 8, 2021. It is now read-only.

no running container in docker ps after hyper started the pod #11

@henrysher

Description

@henrysher
{
    "name": "myweb",
    "containers" : [{
        "image": "httpd",
        "ports": [{
            "containerPort": 80,
            "hostPort": 8080
        }]
    }],
    "resource": {
        "vcpu": 1,
        "memory": 512
    }
}
root@debian:~# hyper run -p pod-1 
POD id is pod-WXBmlQWfEf
Time to run a POD is 4577 ms
But no running container found in `docker ps`.

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