container-pid 2.0.0

Resolve container names to their PIDs
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "container-pid"
version = "2.0.0"
authors = ["Jörg Thalheim <joerg@thalheim.io>"]
description = "Resolve container names to their PIDs"
license = "MIT"
categories = ["os::linux-apis"]
repository = "https://github.com/Mic92/container-pid"
edition = "2018"

[dependencies]
rustix = { version = "1", features = ["fs"] }
thiserror = "2"