-
Notifications
You must be signed in to change notification settings - Fork 275
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
containerd #427
containerd #427
Conversation
Status:
QuickstartThe cli tool for containerd is Import SRLinux image
Now you're good to use clab with the Usefull commandsList Containers
show OCI spec of container
show tasks (running container init processes)
show snapshots
|
…r inspect command
@hellt If I'm using the nginx image all works fine: If using the ghcr.io/hellt/network-multitool:latest image, the oci.WithImageConfig(img), yields
Not sure yet if this is about the image or what it is, since the official nginx image works fine. |
@karimra happy for you to take over and review now. |
pulled |
start implementing containerd runtime for containerlab.
Work in progress.