-
Notifications
You must be signed in to change notification settings - Fork 75
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
Go-runc example? #33
Comments
I think go-runc is not so independent project to run container, may it is more suit to work with containerd, just my thought. |
I don't know if i'll have time to turn this into docs, but some code I was playing with looks like:
|
@estesp ^^^ is the kind of example that I'm talking about - I'm sure that I'm not using the library "in the right way" but the only way consumers of a library will know what was intended, is for those that wrote it to give working examples. |
@SvenDowideit Am I understanding correctly that your example would not have a need for an actual runc binary to be installed on a system, or am I seeing this wrong?
|
I was writing a tool for a previous employer that would use whatever container tooling was installed - in this example, its using an existing its been a long time since i sighted that experiment - but I think I did end up adding some other runc based code only path - but this isn't it. |
Hi,
I'm new with Go, so it will be a stupid question... Sorry.
Could you provide a simple example how to run a container with go-runc?
Thanks!
The text was updated successfully, but these errors were encountered: