package dockerfile-cmd

  1. Overview
  2. Docs

Module Dockerfile_cmd.DockerSource

Docker command invocation

Sourceval bin : Bos.Cmd.t
Sourceval info : Bos.Cmd.t
Sourceval exists : unit -> bool
Sourceval build_cmd : ?squash:bool -> ?pull:bool -> ?cache:bool -> ?dockerfile:Fpath.t -> ?tag:string -> Fpath.t -> Bos.Cmd.t
Sourceval volume_cmd : Bos.Cmd.t
Sourceval push_cmd : string -> Bos.Cmd.t
Sourceval build_id : Fpath.t -> (string, [> `Msg of string ]) result
Sourceval run_cmd : ?mounts:(string * string) list -> ?volumes:(string * string) list -> ?rm:bool -> string -> Bos.Cmd.t -> Bos.Cmd.t
Sourceval manifest_push_cli : platforms:string list -> template:string -> target:string -> Bos.Cmd.t
Sourceval manifest_push_file : Fpath.t -> Bos.Cmd.t