mirror of
https://github.com/yanhao98/docker-example.git
synced 2025-07-13 04:00:47 +08:00
更新 duplicati/README.md,将 Docker 运行命令中的 entrypoint 从 sh 修改为 bash
This commit is contained in:
@ -3,7 +3,7 @@
|
||||
- https://github.com/duplicati/duplicati/blob/master/ReleaseBuilder/Resources/Docker/README.md
|
||||
|
||||
```bash
|
||||
docker run --rm -it --entrypoint sh duplicati/duplicati:canary
|
||||
docker run --rm -it --entrypoint bash duplicati/duplicati:canary
|
||||
/opt/duplicati/duplicati-cli help
|
||||
```
|
||||
|
||||
|
Reference in New Issue
Block a user