https://github.com/ajsalemo/containerd-client
An application managing containers with the containerd client
https://github.com/ajsalemo/containerd-client
Last synced: 10 months ago
JSON representation
An application managing containers with the containerd client
- Host: GitHub
- URL: https://github.com/ajsalemo/containerd-client
- Owner: Ajsalemo
- Created: 2025-05-21T01:45:30.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-08-30T23:21:04.000Z (10 months ago)
- Last Synced: 2025-08-31T01:11:57.373Z (10 months ago)
- Language: Go
- Size: 108 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# containerd-client
A command line application managing containers with the containerd client
This application uses the containerd [go-client SDK](https://github.com/containerd/containerd/blob/main/docs/getting-started.md) to interface with typical containerd (`ctr`) commands such as:
- Run a container. Provide an image (either public or authentication) - optionally enable port mapping for host port to container port mapping. This uses the [go-cni](https://github.com/containerd/go-cni) library to help set up container networking
- Delete a container
- Stop a task
- Delete a task
- Tail logs from a running task
- List containers