Skip to content
This repository was archived by the owner on May 6, 2020. It is now read-only.
This repository was archived by the owner on May 6, 2020. It is now read-only.

cc-shim: cc-shim is not namespaced #17

@sameo

Description

@sameo

From @mcastelino on April 21, 2017 20:56

cc-shim is not namespaced to match the process that it represents. This results in inconsistencies when trying to use the PID reported by docker to examine the process.

PID=$(docker inspect --format {{.State.Pid}} <container name|id>)
sudo nsenter --target $PID --mount --uts --ipc --net --pid

Will result in incorrect information.

We should place the cc shim in the proper namespaces. Additionally we should document this limitation until we fix this issue.

Copied from original issue: intel/cc-oci-runtime#836

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions