Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions components/schemas/containers/config/ContainerRuntime.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,11 @@ properties:
type:
- boolean
- "null"
expose_instances_dir:
description: If true, Cycle will mount the host's instances directory into the container at `/var/run/cycle/host/instances`.
type:
- boolean
- "null"
power_management:
description: If true, Cycle will give the container instances access via internal api to power off or reboot the host server.
type:
Expand Down
7 changes: 7 additions & 0 deletions stackspec/schema/StackSpecContainerConfigRuntime.yml
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,13 @@ properties:
- boolean
- "null"
- $ref: StackVariable.yml
expose_instances_dir:
description: If true, Cycle will mount the host's instances directory into the container at `/var/run/cycle/host/instances`.
oneOf:
- type:
- boolean
- "null"
- $ref: StackVariable.yml
power_management:
description: If true, Cycle will give the container instances access via internal api to power off or reboot the host server.
oneOf:
Expand Down
Loading