Reproducible templates for devboxes
jq
, a lightweight command-line JSON processor:
build_complete
, create a Devbox using it:
file_mounts
parameter. The key of the file_mounts
object is the path to the file in the devbox and the value is the content of the file.
By default, blueprints are constructed by user
and /home/user/
is where files are allowed to be mounted.
launch_parameters
{blueprint_id}
with the ID returned when you created the Blueprint.
Example response:
status
field indicates the current state of your Blueprint:
build_complete
: Blueprint is ready to usebuild_failed
: Refer to the Blueprint troubleshooting guidename
, allowing for faster updates and efficient resource use.
wordpress
image at https://hub.docker.com/_/wordpress
system_setup_commands
specifiedCodeMount
sDockerfile
parameter to specify the composable Blueprint for building
blueprint_name
instead of blueprint_id
to ensure you’re using the latest version. Use specific Blueprint IDs only when you need version control for particular setups.setup_commands
in your Devbox creation to keep code and dependencies up-to-date.