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

Docker バージョンの不具合? #379

Closed
Tracked by #21
ykyamane opened this issue Nov 16, 2022 · 4 comments · Fixed by #415
Closed
Tracked by #21

Docker バージョンの不具合? #379

ykyamane opened this issue Nov 16, 2022 · 4 comments · Fixed by #415
Labels
backend For backendapp tasks bug Something isn't working duplicate This issue or pull request already exists
Milestone

Comments

@ykyamane
Copy link
Collaborator

instruction 通りinstall した後(特にエラーなし、起動時のログも正常)、optinist のGUIがブラウザに表示されない。

docker のサンプルimageでブラウザ は表示されている。
Windows でもMacでも同様。

@ykyamane ykyamane added the enhancement New feature or request label Nov 16, 2022
@emuemuJP emuemuJP added bug Something isn't working and removed enhancement New feature or request labels Dec 23, 2022
@emuemuJP emuemuJP added this to the MUST対応 milestone Dec 23, 2022
@emuemuJP
Copy link
Collaborator

概要
problem : display optinist gui

重要度
高:

ブランチ名
display-gui -> develop-main

期限
~2023/3

@itutu-tienday
Copy link
Collaborator

itutu-tienday commented Mar 7, 2023

(調査メモ)
docker container起動後、ホストマシンより optinistのport(8000)へアクセスするが、以下ログの様に、ネットワーク接続が即時切断される模様。

> telnet localhost 8000
Trying ::1...
Connected to localhost.
Escape character is '^]'.
Connection closed by foreign host.

docker host/container 間でのネットワークルーティングに何らか問題がある模様。
※Dockerのバージョンなどにも起因するかもしれない。

調査継続。

@itutu-tienday
Copy link
Collaborator

(調査状況)
問題の原因を特定。

docker hub の image に格納されている optinist ソースに、バージョン差異(若干古い)ことが要因であった模様。
適切なソースバージョンで docker image を rebuild->upload することで、問題は解消される見込み。

※docker image の構築手順 やupload タイミングを、確認・調整する。

@emuemuJP emuemuJP reopened this Mar 30, 2023
@emuemuJP
Copy link
Collaborator

#424

@itutu-tienday itutu-tienday added duplicate This issue or pull request already exists backend For backendapp tasks labels Mar 30, 2023
emuemuJP added a commit that referenced this issue Mar 30, 2023
- New feature
  - New ROI Detect function: LCCD added
  - You can rename Workflow now.
  - ROI Edit on VISUALIZE page (currently, only suite2p works)
  - Add pipeline sample
- Bug fix
  - #377
  - #378
  - #379
- Update Documents
---------

Co-authored-by: SangLv <sanglv@reactplus.jp>
Co-authored-by: quanpython <quannd@reactplus.jp>
Co-authored-by: sanglv <lsang2884@gmail.com>
Co-authored-by: sanglevinh <109060170+sanglevinh@users.noreply.github.com>
Co-authored-by: React Plus - Quan <95335204+quanpython@users.noreply.github.com>
Co-authored-by: ut29 <45911784+ut29@users.noreply.github.com>
Co-authored-by: tienday <>
Co-authored-by: itutu-tienday <122338895+itutu-tienday@users.noreply.github.com>
quanpython added a commit that referenced this issue Jun 28, 2023
- New feature
  - New ROI Detect function: LCCD added
  - You can rename Workflow now.
  - ROI Edit on VISUALIZE page (currently, only suite2p works)
  - Add pipeline sample
- Bug fix
  - #377
  - #378
  - #379
- Update Documents
---------

Co-authored-by: SangLv <sanglv@reactplus.jp>
Co-authored-by: quanpython <quannd@reactplus.jp>
Co-authored-by: sanglv <lsang2884@gmail.com>
Co-authored-by: sanglevinh <109060170+sanglevinh@users.noreply.github.com>
Co-authored-by: React Plus - Quan <95335204+quanpython@users.noreply.github.com>
Co-authored-by: ut29 <45911784+ut29@users.noreply.github.com>
Co-authored-by: tienday <>
Co-authored-by: itutu-tienday <122338895+itutu-tienday@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backend For backendapp tasks bug Something isn't working duplicate This issue or pull request already exists
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants