Scroll to navigation

MINE(1) MINE(1)

NAME

acbuild-run - Run a command in an ACI

SYNOPSIS

acbuild run [OPTIONS]

DESCRIPTION

Run a given command in an ACI, and save the resulting container as a new ACI

OPTIONS

--engine="systemd-nspawn"
The engine used to run the command. Supported engines: [systemd-nspawn,chroot]

--insecure[=false]
Allows fetching dependencies over http

--working-dir=""
The working directory inside the container for this command

OPTIONS INHERITED FROM PARENT COMMANDS

--debug[=false]
Print out debug information to stderr

--modify=""
Path to an ACI to modify (ignores build context)

--no-history[=false]
Don't add annotations with the command that was run

--work-path="."
Path to place working files in

EXAMPLE

acbuild run -- yum install nginx

SEE ALSO

acbuild(1)

HISTORY

14-Aug-2016 Auto generated by spf13/cobra

Aug 2016 Auto generated by spf13/cobra