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

FY2020 所感 #3

Open
s-dwinter opened this issue Jul 31, 2020 · 1 comment
Open

FY2020 所感 #3

s-dwinter opened this issue Jul 31, 2020 · 1 comment
Labels
enhancement New feature or request

Comments

@s-dwinter
Copy link
Contributor

FY2020の講義をやってみての所感

  • コンテナビルド時にプロキシの設定でこけて解決に結構時間がかかった。
    コンテナをビルドしようがプルしようがどの道プロキシの設定が必要になるので結局同じ問題に行き着く。
    が、プルの方が問題がシンプルでスッキリすると思われる。
  • 8080ポートは割とみんな使うので避けた方がいいかもしれない。
  • 遊び心的に入れたドライランの仕掛けは不評だったので、改めた方がよいだろう。
  • 講義資料の方にいくつか修正漏れがあるので直す必要がある。
docker-compose -f docker-compose\docker-compose.yml start
↓
docker-compose -f docker-compose\docker-compose.yml up -d

http://loclahost:8080
↓
http://localhost:8080
@s-dwinter s-dwinter added the enhancement New feature or request label Jul 31, 2020
@s-dwinter s-dwinter mentioned this issue May 13, 2021
@ainamori
Copy link
Contributor

ありがとうございます。この辺を修正して追加します

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants