aws-samples / aws-samples/aws-sam-java-rest
Dynamo unreachable
- Ngôn ngữ chính
- Java
- Star
- 437
- Fork
- 151
- Chỉ số merge pull request
- Không có pull request nào được merge trong 30 ngày
Mô tả
Working on Windows 10 I am unable to browse content of database with `http://127.0.0.1:3000/orders` endpoint due to docker-related networking issues. This is due to endpoints being defined with hostname `docker.for.windows.localhost` which is no longer domain name used by docker during Docker for Windows installation. Recommended is to use `host.docker.internal`. This change fixes the issue and provides excellent out-of-the-box experience for fresh install of docker for windows.
Hướng dẫn đóng góp
Hướng nghiên cứu
Kiểm tra các định nghĩa endpoint được sử dụng bởi route /orders và tìm các tham chiếu đến docker.for.windows.localhost. Thay thế hostname Docker đã lỗi thời bằng host.docker.internal, sau đó xác minh rằng endpoint /orders có thể duyệt nội dung cơ sở dữ liệu trên Windows 10 với Docker for Windows.
Do mô hình lập chỉ mục viết ra từ nội dung của issue.
Đánh giá
- Công nghệ
- aws, docker, java
- Lĩnh vực
- backend, databases, networking
- Loại issue
- Lỗi
- Độ khó
- 2/5
- Thời gian dự kiến
- 1-3 giờ
- Mức độ hoạt động
- Đình trệ
- Độ rõ ràng
- Khá rõ ràng
- Mức phù hợp với người mới
- 45/100