DockerImage class
Constructors
Properties
- distroName ↔ String?
-
read / write
- hashCode → int
-
The hash code for this object.
read-onlyinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
Methods
-
filename(
String image, String? tag) → String - Formate image and tag to filename format
-
getRootfs(
String name, String image, {String? tag, required TotalProgressCallback progress, bool skipDownload = false}) → Future< bool> - Putting layers into single tar file
-
hasImage(
String image, {String? tag}) → Future< bool> - Check if registry has image tag
-
isDownloaded(
String image, {String? tag = 'latest'}) → Future< bool> - Check if image is already downloaded
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
- registryUrl ↔ String
-
read / write