From 2134a0a9937290aa025bb983852a792cb8b5a983 Mon Sep 17 00:00:00 2001 From: ciaranRoche Date: Sun, 3 Feb 2019 11:22:08 +0000 Subject: [PATCH] add push documentation --- README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5d58123..874632c 100644 --- a/README.md +++ b/README.md @@ -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 <> -$ r3x create +$ r3x create -n <> +``` +To create and push an image to Docker Hub: +``` +$ r3x create -p -n <> + +``` +To create and push an image to Quay.io +``` +$ r3x create -p -q -n <> ``` ## License