mirror of
https://github.com/containers/podman.git
synced 2025-05-31 15:42:48 +08:00
remove build alias
Signed-off-by: Seth Jennings <sjenning@redhat.com> Closes: #413 Approved by: mheon
This commit is contained in:

committed by
Atomic Bot

parent
d9cf162215
commit
afbb2a7f23
@ -69,7 +69,6 @@ var (
|
||||
buildDescription = "podman build launches the Buildah command to build an OCI Image. Buildah must be installed for this command to work."
|
||||
buildCommand = cli.Command{
|
||||
Name: "build",
|
||||
Aliases: []string{"build"},
|
||||
Usage: "Build an image using instructions in a Dockerfile",
|
||||
Description: buildDescription,
|
||||
Flags: buildFlags,
|
||||
|
Reference in New Issue
Block a user