Dropped the docker owner from function name.

This commit is contained in:
Travis Reeder
2017-08-29 09:02:02 -07:00
committed by GitHub
parent b6bcb9cb01
commit eeec746ca2

View File

@@ -5,7 +5,7 @@ This example will show you how to test and deploy Java code to Oracle Functions.
```sh
# Initialize your function creating a func.yaml file
fn init <DOCKERHUB_USERNAME>/hello-java --runtime java
fn init hello-java --runtime java
# Test your function. This will run inside a container exactly how it will on the server
fn run