You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was wondering if there's a way to attach to an already running container spawned by a tool like Podman or Docker. Something like:
docker run example-container, and then using libcontainer be able to get access to example-container (to look at state, checkpoint/restore or run a process).
More specifically, can you use something like container.Load
This discussion was converted from issue #3633 on October 28, 2024 23:53.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello,
I was wondering if there's a way to attach to an already running container spawned by a tool like Podman or Docker. Something like:
docker run example-container
, and then usinglibcontainer
be able to get access toexample-container
(to look at state, checkpoint/restore or run a process).More specifically, can you use something like container.Load
runc/libcontainer/factory_linux.go
Line 117 in 56b01e7
Beta Was this translation helpful? Give feedback.
All reactions