README.md 212 Bytes
Newer Older
BO ZHANG's avatar
BO ZHANG committed
1
2
# csst-echo

BO ZHANG's avatar
BO ZHANG committed
3
Docker image for csst-echo pipeline.
BO ZHANG's avatar
tweaks    
BO ZHANG committed
4
5

```shell
BO ZHANG's avatar
tweaks    
BO ZHANG committed
6
# 运行
BO ZHANG's avatar
tweaks    
BO ZHANG committed
7
docker run  \
BO ZHANG's avatar
tweaks    
BO ZHANG committed
8
9
  csu-harbor.csst.nao:10443/csst/csst-echo \
  python /pipeline/app/run.py '{"dag_run": "12345"}'
BO ZHANG's avatar
tweaks    
BO ZHANG committed
10
11
12

# 查看返回码
echo $?
BO ZHANG's avatar
tweaks    
BO ZHANG committed
13
```