File: containers-storage-create-container.md

package info (click to toggle)
golang-github-containers-storage 1.43.0%2Bds1-8
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 3,820 kB
  • sloc: sh: 581; ansic: 388; makefile: 164; awk: 12
file content (37 lines) | stat: -rw-r--r-- 976 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
## containers-storage-create-container 1 "August 2016"

## NAME
containers-storage create-container - Create a container

## SYNOPSIS
**containers-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
**containers-storage create-container -f manifest.json -n new-container goodimage**

## SEE ALSO
containers-storage-create-image(1)
containers-storage-create-layer(1)
containers-storage-delete-container(1)