Adding more documentation.
This commit is contained in:
parent
116857fa47
commit
c44653bb42
3 changed files with 5 additions and 3 deletions
|
@ -20,11 +20,12 @@ namespace Docker
|
|||
|
||||
createPropertyHolder Docker
|
||||
|
||||
property Docker.RequiresSudo true
|
||||
# NOTE: here we use it's declared as a string, because bash booleans using the true and false commands use exit codes,
|
||||
# which requires to use more than one line to declare, thus add unnecessary complexity to the code.
|
||||
property Docker.Executable "$(which docker)"
|
||||
# Type: bool
|
||||
property Docker.RequiresSudo true
|
||||
# This property is overridable for custom locations of the docker executable.
|
||||
property Docker.Executable "$(which docker)"
|
||||
|
||||
static_class Utils "Utils.shc"
|
||||
|
||||
|
|
1
Image.shc
Normal file
1
Image.shc
Normal file
|
@ -0,0 +1 @@
|
|||
|
|
@ -1 +1 @@
|
|||
Subproject commit 8d92cad72064b3c3f038d250ba5c2c1a098bfe43
|
||||
Subproject commit 7663b31788a1c03ebec380a3b71652bd29c05de3
|
Loading…
Reference in a new issue