DockerSdk
the .NET SDK for Docker
|
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... | |
Encapsulates the data context needed for Docker build methods.
Task<Stream> DockerSdk.Builders.IBundle.OpenTarForReadAsync | ( | ) |
Opens a readable stream of a TAR archive that contains the context's files.
|
get |
Gets the relative path to the Dockerfile, from the archive's root.