Module Dockerfile_linux

Linux distribution-specific Dockerfile utility functions

val run_sh : ('a, unit, string, Dockerfile.t) Pervasives.format4 ‑> 'a

run_sh fmt will execute /bin/sh -c "fmt" after quoting fmt.

val run_as_user : string ‑> ('a, unit, string, Dockerfile.t) Pervasives.format4 ‑> 'a

run_as_user user fmt will execute sudo -u user /bin/sh -c "fmt" after quoting fmt.

module RPM : sig ... end
module Apt : sig ... end
module Apk : sig ... end
module Zypper : sig ... end
module Git : sig ... end