Skip to content

Commit

Permalink
Merge pull request #13 from ciaranRoche/fh-4932-push-doc
Browse files Browse the repository at this point in the history
add push documentation
  • Loading branch information
ciaranRoche authored Feb 3, 2019
2 parents 3f9f4f5 + 2134a0a commit 5d3babb
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,19 @@ Alternativly you can initalize a function with no License by :
$ r3x init hello-function --type js --license none
```
### Create a Function as a Container Image
The create function image locally:
```
$ cd <<function dir>>
$ r3x create
$ r3x create -n <<Repo Name or Org>>
```
To create and push an image to Docker Hub:
```
$ r3x create -p -n <<Repo Name or Org>>
```
To create and push an image to Quay.io
```
$ r3x create -p -q -n <<Repo Name or Org>>
```

## License
Expand Down

0 comments on commit 5d3babb

Please sign in to comment.