From e77b7d61cfaeec1d62a7119373a646a7907cb933 Mon Sep 17 00:00:00 2001 From: "Zhenguo.Li" <13120006042@163.com> Date: Thu, 11 Aug 2022 14:34:49 +0800 Subject: [PATCH] docs(README): Correct the cmd of get Jupyter Notebook endpoint (#756) Co-authored-by: zhenguo.li --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ed2ee4e53..e1a51ad70 100644 --- a/README.md +++ b/README.md @@ -204,11 +204,11 @@ def build(): config.jupyter(password="") ``` -You can get the endpoint of the running Jupyter notebook via `envd get envs`. +You can get the endpoint of the running Jupyter notebook via `envd envs ls`. ```bash $ envd up --detach -$ envd get env +$ envd envs ls NAME JUPYTER SSH TARGET CONTEXT IMAGE GPU CUDA CUDNN STATUS CONTAINER ID envd-quick-start http://localhost:42779 envd-quick-start.envd /home/gaocegege/code/envd-quick-start envd-quick-start:dev false Up 54 seconds bd3f6a729e94 ```