mirror of
https://github.com/opencontainers/runc.git
synced 2026-07-11 06:03:57 +08:00
merges latest spec with runc
Signed-off-by: Mike Brown <brownwm@us.ibm.com>
This commit is contained in:
committed by
Michael Crosby
parent
4f601205d4
commit
c2c0458598
@@ -10,10 +10,9 @@ import (
|
||||
)
|
||||
|
||||
const (
|
||||
version = "0.0.7"
|
||||
specConfig = "config.json"
|
||||
runtimeConfig = "runtime.json"
|
||||
usage = `Open Container Initiative runtime
|
||||
version = "0.0.7"
|
||||
specConfig = "config.json"
|
||||
usage = `Open Container Initiative runtime
|
||||
|
||||
runc is a command line client for running applications packaged according to
|
||||
the Open Container Format (OCF) and is a compliant implementation of the
|
||||
@@ -31,7 +30,7 @@ a container in your shell by running:
|
||||
# runc start [ -b bundle ]
|
||||
|
||||
If not specified, the default value for the 'bundle' is the current directory.
|
||||
'Bundle' is the directory where '` + specConfig + `' and '` + runtimeConfig + `' must be located.`
|
||||
'Bundle' is the directory where '` + specConfig + `' must be located.`
|
||||
)
|
||||
|
||||
func main() {
|
||||
|
||||
Reference in New Issue
Block a user