DockerSdk
the .NET SDK for Docker
Public Member Functions | Properties | List of all members
DockerSdk.Builders.IBundle Interface Reference

Encapsulates the data context needed for Docker build methods. More...

Inherited by DockerSdk.Builders.InMemoryBundle.

Public Member Functions

Task< Stream > OpenTarForReadAsync ()
 Opens a readable stream of a TAR archive that contains the context's files. More...
 

Properties

string DockerfilePath [get]
 Gets the relative path to the Dockerfile, from the archive's root. More...
 

Detailed Description

Encapsulates the data context needed for Docker build methods.

Member Function Documentation

◆ OpenTarForReadAsync()

Task<Stream> DockerSdk.Builders.IBundle.OpenTarForReadAsync ( )

Opens a readable stream of a TAR archive that contains the context's files.

Returns
A readable stream.

Property Documentation

◆ DockerfilePath

string DockerSdk.Builders.IBundle.DockerfilePath
get

Gets the relative path to the Dockerfile, from the archive's root.


The documentation for this interface was generated from the following file: