Difference between revisions of "RunC"

From wikieduonline
Jump to navigation Jump to search
(Created page with "'''runC'''<ref>https://github.com/opencontainers/runc</ref><ref>https://github.com/opencontainers/runc/blob/master/man/runc.8.md</ref>, a container runtim...")
 
Tags: Mobile web edit, Mobile edit
 
(7 intermediate revisions by the same user not shown)
Line 1: Line 1:
'''runC'''<ref>https://github.com/opencontainers/runc</ref><ref>https://github.com/opencontainers/runc/blob/master/man/runc.8.md</ref>, a [[devOps/Container|container]] runtime that implements their specification and serves as a basis for other higher-level tools. runC was first released in July 2015 as version 0.0.1<ref>https://github.com/opencontainers/runc/releases/tag/v0.0.1</ref> and it is included in RHEL 8.0 (2019)<ref>https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/8/html-single/8.0_release_notes/index</ref><ref>https://en.wikiversity.org/wiki/Red_Hat_Entreprise_Linux/RHEL_8_Features</ref> as a [[DevOps/Docker|Docker]] replacement.
+
'''runC'''<ref>https://github.com/opencontainers/runc</ref><ref>https://github.com/opencontainers/runc/blob/master/man/runc.8.md</ref>, a [[container]] runtime that implements their specification and serves as a basis for other higher-level tools. runC was first released in July 2015 as version 0.0.1<ref>https://github.com/opencontainers/runc/releases/tag/v0.0.1</ref> and it is included in RHEL 8.0 (2019)<ref>https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/8/html-single/8.0_release_notes/index</ref><ref>https://en.wikiversity.org/wiki/Red_Hat_Entreprise_Linux/RHEL_8_Features</ref> as a [[Docker]] replacement.
  
 
runC-like container runtime shares a single kernel instance across all containers in contrast to [[Clear Containers]].
 
runC-like container runtime shares a single kernel instance across all containers in contrast to [[Clear Containers]].
Line 24: Line 24:
 
help, h      Shows a list of commands or help for one command
 
help, h      Shows a list of commands or help for one command
 
</pre>
 
</pre>
 +
 +
 +
runc list
 +
ID          PID        STATUS      BUNDLE      CREATED    OWNER
 +
 +
 +
== Related commands ==
 +
* <code>[[docker run]]</code>
 +
* [[Podman]]
  
 
== See also ==
 
== See also ==
* [[DevOps/Docker|Docker]]: [[docker start]], [[devOps/Docker/docker run|docker run]]
+
* {{docker}}
* [[containerd]], Podman, [[buildah]], [[skopeo]]
+
* {{containers}}
  
  

Latest revision as of 13:28, 23 August 2020

runC[1][2], a container runtime that implements their specification and serves as a basis for other higher-level tools. runC was first released in July 2015 as version 0.0.1[3] and it is included in RHEL 8.0 (2019)[4][5] as a Docker replacement.

runC-like container runtime shares a single kernel instance across all containers in contrast to Clear Containers.

Commands[edit]

checkpoint   checkpoint a running container
create       create a container
delete       delete any resources held by the container often used with detached containers
events       display container events such as OOM notifications, cpu, memory, IO and network stats
exec         execute new process inside the container
init         initialize the namespaces and launch the process (do not call it outside of runc)
kill         kill sends the specified signal (default: SIGTERM) to the container's init process
list         lists containers started by runc with the given root
pause        pause suspends all processes inside the container
ps           displays the processes running inside a container
restore      restore a container from a previous checkpoint
resume       resumes all processes that have been previously paused
run          create and run a container
spec         create a new specification file
start        executes the user defined process in a created container
state        output the state of a container
update       update container resource constraints. https://github.com/opencontainers/runc/blob/master/man/runc-update.8.md
help, h      Shows a list of commands or help for one command


runc list
ID          PID         STATUS      BUNDLE      CREATED     OWNER


Related commands[edit]

See also[edit]

Text is available under the Creative Commons Attribution-ShareAlike License; additional terms may apply. By using this site, you agree to the Terms of Use and Privacy Policy.

Source: wikiversity

Advertising: