EXPAND ALL
- Home
- About Pixie
- Installing Pixie
- Using Pixie
- Tutorials
- Reference
Gets the kubernetes ID for the container from its name.
The k8s container ID for the container name passed in.
Variable | Type | Description |
---|---|---|
container_name | STRING | The name of the container to get the ID for. |
df.container_id = px.container_name_to_container_id(df.container_name)