Volume describes a Docker container volume which is mounted
into build steps in order to persist files across build step
execution.
Attributes
Name
Description
name
str
Name of the volume to mount.
Volume names must be unique per build step and
must be valid names for Docker volumes. Each
named volume must be used by at least two build
steps.
path
str
Path at which to mount the volume.
Paths must be absolute and cannot conflict with
other volume paths on the same build step or
with certain reserved volume paths.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-10-30 UTC."],[],[]]