-
Notifications
You must be signed in to change notification settings - Fork 246
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #787 from giuseppe/big-data-layers
layers: support BigData
- Loading branch information
Showing
8 changed files
with
528 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
## containers-storage-get-layer-data 1 "December 2020" | ||
|
||
## NAME | ||
containers-storage get-layer-data - Retrieve lookaside data for a layer | ||
|
||
## SYNOPSIS | ||
**containers-storage** **get-layer-data** [*options* [...]] *layerID* *dataName* | ||
|
||
## DESCRIPTION | ||
Retrieves a piece of named data which is associated with a layer. | ||
|
||
## OPTIONS | ||
**-f | --file** *file* | ||
|
||
Write the data to a file instead of stdout. | ||
|
||
## EXAMPLE | ||
**containers-storage get-layer-data -f config.json 2cf24dba5fb0a30e26e83b2ac5b9e29e1b161e5c1fa7425e73043362938b9824 configuration** | ||
|
||
## SEE ALSO | ||
containers-storage-set-layer-data(1) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
## containers-storage-list-layer-data 1 "December 2020" | ||
|
||
## NAME | ||
containers-storage list-layer-data - List lookaside data for an layer | ||
|
||
## SYNOPSIS | ||
**containers-storage** **list-layer-data** *layerID* | ||
|
||
## DESCRIPTION | ||
List the pieces of named data which are associated with an layer. | ||
|
||
## EXAMPLE | ||
**containers-storage list-layer-data 2cf24dba5fb0a30e26e83b2ac5b9e29e1b161e5c1fa7425e73043362938b9824** | ||
|
||
## SEE ALSO | ||
containers-storage-get-layer-data(1) | ||
containers-storage-get-layer-data-digest(1) | ||
containers-storage-set-layer-data(1) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
## containers-storage-set-layer-data 1 "December 2020" | ||
|
||
## NAME | ||
containers-storage set-layer-data - Set lookaside data for a layer | ||
|
||
## SYNOPSIS | ||
**containers-storage** **set-layer-data** [*options* [...]] *layerID* *dataName* | ||
|
||
## DESCRIPTION | ||
Sets a piece of named data which is associated with a layer. | ||
|
||
## OPTIONS | ||
**-f | --file** *filename* | ||
|
||
Read the data contents from a file instead of stdin. | ||
|
||
## EXAMPLE | ||
**containers-storage set-layer-data -f ./config.json 2cf24dba5fb0a30e26e83b2ac5b9e29e1b161e5c1fa7425e73043362938b9824 configuration** | ||
|
||
## SEE ALSO | ||
containers-storage-get-layer-data(1) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.