Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug: 开发环境下启动Docker的时候提示错误,无法启动Docker #156

Open
silmoonsone opened this issue May 12, 2022 · 1 comment
Labels
bug Something isn't working

Comments

@silmoonsone
Copy link

Description

在Windows 11 Conflux Studio的Development Network下,对相应的Docker点击(Start)启动。
提示:
标记“&&”不是此版本中的有效语句分隔符。
QQ截图20220513010920

Is IDE

Yes

Client

Desktop

How to reproduce

安装好所有的Docker依赖,点击启动。

Actual result

pwd && docker run -it --rm --name conflux-Conflux-NFTC-1-2.0.0-fix -p 12535:12535 -p 12536:12536 -p 12537:12537 -v conflux-Conflux-NFTC-1:/conflux-node -w /conflux-node --entrypoint conflux confluxchain/conflux-rust:2.0.0-fix --config conflux.toml
所在位置 行:1 字符: 5
pwd && docker run -it --rm --name conflux-Conflux-NFTC-1-2.0.0-fix -p ...
~~
标记“&&”不是此版本中的有效语句分隔符。
CategoryInfo : ParserError: (:) [], ParentContainsErrorRecordException
FullyQualifiedErrorId : InvalidEndOfLine

Error log

pwd && docker run -it --rm --name conflux-Conflux-NFTC-1-2.0.0-fix -p 12535:12535 -p 12536:12536 -p 12537:12537 -v conflux-Conflux-NFTC-1:/conflux-node -w /conflux-node --entrypoint conflux confluxchain/conflux-rust:2.0.0-fix --config conflux.toml
所在位置 行:1 字符: 5
pwd && docker run -it --rm --name conflux-Conflux-NFTC-1-2.0.0-fix -p ...
~~
标记“&&”不是此版本中的有效语句分隔符。
CategoryInfo : ParserError: (:) [], ParentContainsErrorRecordException
FullyQualifiedErrorId : InvalidEndOfLine

Expected result

No response

@silmoonsone silmoonsone added the bug Something isn't working label May 12, 2022
@Whisper24X
Copy link

Whisper24X commented May 13, 2022

这个问题已在最新版本v0.17.8得到解决,请更新到最新版本,进行使用,thanks
https://github.com/ObsidianLabs/ConfluxStudio/releases/download/0.17.8/ConfluxStudio-0.17.8.exe

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants