Adding more documentation.

This commit is contained in:
Ad5001 2022-01-02 00:26:00 +01:00
parent 116857fa47
commit c44653bb42
Signed by: Ad5001
GPG key ID: EF45F9C6AFE20160
3 changed files with 5 additions and 3 deletions

View file

@ -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
View file

@ -0,0 +1 @@

@ -1 +1 @@
Subproject commit 8d92cad72064b3c3f038d250ba5c2c1a098bfe43
Subproject commit 7663b31788a1c03ebec380a3b71652bd29c05de3