File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -56,8 +56,8 @@ The properties of the file are as follows:
5656| install.file | string | Parameters/script to execute (defaults to install.sh).|
5757| options | object | Possible options to be passed as environment variables to the execution of the scripts |
5858| containerEnv | object | A set of name value pairs that sets or overrides environment variables. |
59- | privileged | boolean | If priveleged mode is required by the feature. |
60- | init | boolean | If it's necesarry to run ` init ` . |
59+ | privileged | boolean | If privileged mode is required by the feature. |
60+ | init | boolean | If it's necessary to run ` init ` . |
6161| capAdd | array | Additional capabilities needed by the feature. |
6262| securityOpt | array | Security options needed by the feature. |
6363| entrypoint | string | Set if the feature requires an entrypoint. |
@@ -142,4 +142,4 @@ There are several things to keep in mind for an application that implements feat
142142- Parameters like ` capAdd ` , ` securityOp ` are concatenated.
143143- ContainerEnv is added before the feature is executed as ` ENV ` commands in the docker file.
144144- Features are added to an image in two passes. One for ` aquire ` scripts and another for ` install ` scripts.
145- - Each script executes as its own layer to aid in caching and rebuilding.
145+ - Each script executes as its own layer to aid in caching and rebuilding.
You can’t perform that action at this time.
0 commit comments