sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page
Fetching of base images using Docker
include S.FETCHER
val fetch : log:Build_log.t -> rootfs:string -> string -> Config.env Lwt.t
fetch ~log ~rootfs base
initialises the rootfs
directory by fetching and extracting the base
image. Returns the image's environment.