From bef3201aef6273fc93a8f00cd1eb1413b73cabac Mon Sep 17 00:00:00 2001 From: superajun-wsj <54900261+superajun-wsj@users.noreply.github.com> Date: Wed, 21 Oct 2020 16:39:37 +0800 Subject: [PATCH] Update demos/font/font_support_for_java/README.md OK Co-authored-by: Zongmin.Gu <59240482+guzongmin@users.noreply.github.com> --- demos/font/font_support_for_java/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demos/font/font_support_for_java/README.md b/demos/font/font_support_for_java/README.md index a2380916..55deaee1 100644 --- a/demos/font/font_support_for_java/README.md +++ b/demos/font/font_support_for_java/README.md @@ -30,6 +30,6 @@ Step 1: Create and build demo, also collect font dependency occlum needs Step 2: Create occlum instance and run the demo in occlum's latest docker image release -docker run -it --device /dev/isgx --rm -v `pwd`:`pwd` -w `pwd` occlum/occlum:0.16.0-ubuntu18.04 `pwd`/run_java_font_app_internal.sh +docker run -it --device /dev/isgx --rm -v `pwd`:`pwd` -w `pwd` occlum/occlum:[latest version]-ubuntu18.04 `pwd`/run_java_font_app_internal.sh Step 3: To check whether it works, a Demo.xlsx file should be created in occlum image host path.