Skip to content
This repository has been archived by the owner on Jun 13, 2021. It is now read-only.

Commit

Permalink
Fix incorrect examples for docker app build command
Browse files Browse the repository at this point in the history
Signed-off-by: Jean-Christophe Sirot <jean-christophe.sirot@docker.com>
  • Loading branch information
Jean-Christophe Sirot committed Nov 13, 2019
1 parent 80c0233 commit 715c7a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions internal/commands/build/build.go
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ type buildOptions struct {
noResolveImage bool
}

const buildExample = `- $ docker app run --name myrunningapp myrepo/myapp:mytag
- $ docker app run 34be4a0c5f50 --name myrunningapp`
const buildExample = `- $ docker app build .
- $ docker app build . -f myapp.dockerapp -t myrepo/myapp:1.0.0`

func Cmd(dockerCli command.Cli) *cobra.Command {
var opts buildOptions
Expand Down

0 comments on commit 715c7a3

Please sign in to comment.