Module Dockerfile_cmd.Docker
Docker command invocation
val bin : Bos.Cmd.tval info : Bos.Cmd.tval exists : unit ‑> boolval build_cmd : ?squash:bool ‑> ?pull:bool ‑> ?cache:bool ‑> ?dockerfile:Fpath.t ‑> ?tag:string ‑> Fpath.t ‑> Bos.Cmd.tval volume_cmd : Bos.Cmd.tval push_cmd : string ‑> Bos.Cmd.tval build_id : Fpath.t ‑> (string, [> Rresult.R.msg ]) Pervasives.resultval run_cmd : ?mounts:(string * string) list ‑> ?volumes:(string * string) list ‑> ?rm:bool ‑> string ‑> Bos.Cmd.t ‑> Bos.Cmd.tval manifest_push_cli : platforms:string list ‑> template:string ‑> target:string ‑> Bos.Cmd.tval manifest_push_file : Fpath.t ‑> Bos.Cmd.t