.TH "MINE" "1" "Aug 2016" "Auto generated by spf13/cobra" "" .nh .ad l .SH NAME .PP acbuild\-run \- Run a command in an ACI .SH SYNOPSIS .PP \fBacbuild run\fP [OPTIONS] .SH DESCRIPTION .PP Run a given command in an ACI, and save the resulting container as a new ACI .SH OPTIONS .PP \fB\-\-engine\fP="systemd\-nspawn" The engine used to run the command. Supported engines: [systemd\-nspawn,chroot] .PP \fB\-\-insecure\fP[=false] Allows fetching dependencies over http .PP \fB\-\-working\-dir\fP="" The working directory inside the container for this command .SH OPTIONS INHERITED FROM PARENT COMMANDS .PP \fB\-\-debug\fP[=false] Print out debug information to stderr .PP \fB\-\-modify\fP="" Path to an ACI to modify (ignores build context) .PP \fB\-\-no\-history\fP[=false] Don't add annotations with the command that was run .PP \fB\-\-work\-path\fP="." Path to place working files in .SH EXAMPLE .PP .RS .nf acbuild run \-\- yum install nginx .fi .RE .SH SEE ALSO .PP \fBacbuild(1)\fP .SH HISTORY .PP 14\-Aug\-2016 Auto generated by spf13/cobra