Add UnpackOpts to RemoteContext

Signed-off-by: Michael Crosby <crosbymichael@gmail.com>
This commit is contained in:
Michael Crosby
2019-08-08 15:42:51 +00:00
parent 1eb13fc2f0
commit fe3638e887
2 changed files with 4 additions and 1 deletions

View File

@@ -298,6 +298,9 @@ type RemoteContext struct {
// afterwards. Unpacking is required to run an image.
Unpack bool
// UnpackOpts handles options to the unpack call.
UnpackOpts []UnpackOpt
// Snapshotter used for unpacking
Snapshotter string