Skip to content

Commit

Permalink
Update README to reflect latest UX
Browse files Browse the repository at this point in the history
  • Loading branch information
sclevine authored Oct 6, 2018
1 parent 87d8aa4 commit 2de1298
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,12 @@ For information on buildpacks: [buildpacks.io](https://buildpacks.io/)

## Example Usage

Currently we recommend using the development detect image

```
./pack build <REPONAME> [-p <PATH to APP>] --detect-image packsdev/v3:detect
./pack build packs/myimage:mytag --path ./myapp
```

The above will create images on your local daemon. If you wish to create images on a docker registry, use the `--publish` flag.
The above will create images on your local daemon. If you wish to export images directly to a docker registry, use the `--publish` flag.

```
./pack build myorg/myapp -p fixtures/node_app --detect-image packsdev/v3:detect --publish
./pack build packs/myimage:mytag --path ./myapp --publish
```

0 comments on commit 2de1298

Please sign in to comment.