Share feedback
Answers are generated based on the documentation.

sbx settings set

DescriptionSet a setting override
Usagesbx settings set <key> <value> [flags]

Description

Set a user override for a setting.

The value is parsed according to the setting's type: bool "true" or "false" int integer value float floating-point value string plain text json raw JSON

Environment variables take precedence over user overrides.

Most changes take effect within about five seconds. If a daemon restart is required, this command tells you to run 'sbx daemon restart'.

Global options

OptionDefaultDescription
--cloudDispatch to Docker Cloud Sandboxes API instead of local sandboxd (supported by a growing set of verbs — run 'sbx --cloud --help' for the current list)
-D, --debugEnable debug logging

Examples

# Route sandbox, daemon, and CLI egress through an upstream proxy
sbx settings set proxy http://proxy.example.com:3128

# Pull template and kit images through a registry mirror
sbx settings set platform.images.registryMirror artifactory.corp/docker-remote