package dockerfile-cmd
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page
Dockerfile eDSL -- generation support
Install
dune-project
Dependency
Authors
Maintainers
Sources
ocaml-dockerfile-8.3.9.tbz
md5=57b9cd5627b77d8ad2480c797dd59635
sha512=a92448db5cc0be1ffb3e70578f7909b7ddcf21898f4d71ef6c25c85573b633ec31fdcd9f9b35998b443a85a2d4cc2905353bd5bb970aa7564285bc6fcb89df40
doc/dockerfile-cmd/Dockerfile_cmd/index.html
Module Dockerfile_cmdSource
Command invocation library to help with Docker builds.
This module primarily exposes utility functions to glue together Docker-based scripts for (e.g.) continuous integration systems like the ocaml-ci. The interface is fairly domain-specific and does not expose all the functionality of the underlying tools. Feel free to contribute more functions if you need them.
Results of a command invocation
Source
val run_log :
?ok_to_fail:bool ->
?env:Bos.OS.Env.t ->
Fpath.t ->
string ->
Bos.Cmd.t ->
(unit, [> `Msg of string ]) resultrunlog log_dir name cmd will run cmd with label name and log the results in <log_dir>/<name>.sxp.
Utility functions
setup_logs () initialises a Logs environment.
Generate Dockerfiles
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page