Please enable JavaScript.
Coggle requires JavaScript to display documents.
oci-runtime (Spec (Hooks (Hook結構 (Path, Args, Env, Timeout), runtime…
oci-runtime
Spec
Version
openContainerInit Runtime specification
Process
configure the container process
base configuration of container
Root
configure the containe's root filesystem
Hostname
configure the container's hostname
Mounts
新增多數mounts
Annotation
arbitrary metadata
platform-specific configuration
solaris
linux
windows
VM
Hooks
configure callbacks for container lifecycle event
Hook結構
Path
Args
Env
Timeout
runtime namespace前提
Prestart
run(container process 執行前)
CreateRuntime
run (container創建後,pivot_root or equivalent operation呼叫前
Poststart
run(container process啟用後)
Poststop
run(container process結束後)
container namespace前提
CreateContainer
run (container創建後,pivot_root or equivalent operation呼叫前
StartContainer
run(operation呼叫後,container process啟用前)
base
attach
create
delete
exec
kill
pause
run
state
start
update
State
info in runtime state of container
version
supported specification
ID
container ID
status
container in which runtime status
Pid
ID of which process handles container
Bundle
container's bundle dir path
Annotation
key value of map
singularity
engineOperations
CleanContainer
CleanupContainer
MonitorContainer
PrepareConfig
about image format
cache
client端
image pull
clean
list
capability
list
avail
manage
remote