Switch to github.com/golang/dep for vendoring
Signed-off-by: Mrunal Patel <mrunalp@gmail.com>
This commit is contained in:
parent
d6ab91be27
commit
8e5b17cf13
15431 changed files with 3971413 additions and 8881 deletions
37
vendor/github.com/containers/storage/docs/oci-storage-create-container.md
generated
vendored
Normal file
37
vendor/github.com/containers/storage/docs/oci-storage-create-container.md
generated
vendored
Normal file
|
@ -0,0 +1,37 @@
|
|||
## oci-storage-create-container 1 "August 2016"
|
||||
|
||||
## NAME
|
||||
oci-storage create-container - Create a container
|
||||
|
||||
## SYNOPSIS
|
||||
**oci-storage** **create-container** [*options*...] *imageNameOrID*
|
||||
|
||||
## DESCRIPTION
|
||||
Creates a container, using the specified image as the starting point for its
|
||||
root filesystem.
|
||||
|
||||
## OPTIONS
|
||||
**-n | --name** *name*
|
||||
|
||||
Sets an optional name for the container. If a name is already in use, an error
|
||||
is returned.
|
||||
|
||||
**-i | --id** *ID*
|
||||
|
||||
Sets the ID for the container. If none is specified, one is generated.
|
||||
|
||||
**-m | --metadata** *metadata-value*
|
||||
|
||||
Sets the metadata for the container to the specified value.
|
||||
|
||||
**-f | --metadata-file** *metadata-file*
|
||||
|
||||
Sets the metadata for the container to the contents of the specified file.
|
||||
|
||||
## EXAMPLE
|
||||
**oci-storage create-container -f manifest.json -n new-container goodimage**
|
||||
|
||||
## SEE ALSO
|
||||
oci-storage-create-image(1)
|
||||
oci-storage-create-layer(1)
|
||||
oci-storage-delete-container(1)
|
Loading…
Add table
Add a link
Reference in a new issue