Giter Club home page Giter Club logo

Comments (2)

ivanpaulovich avatar ivanpaulovich commented on May 24, 2024

Hey @maxiar,

Thank you reaching us!

I suspect the issue is on accounts-api. It did not find the required /https/localhost.crt file.

cp /https/localhost.crt /usr/local/share/ca-certificates/localhost.crt

Please check the "shared drivers" in Docker desktop or run docker inspect accounts-api and look for

"Mounts": [
            {
                "Type": "bind",
                "Source": "C:\\repos\\clean-architecture-manga\\.docker\\https",
                "Destination": "/https",
                "Mode": "ro",
                "RW": false,
                "Propagation": "rprivate"
            }
        ]

To narrow your findings try docker-compose -f docker-compose.yml -f docker-compose.override.yml up -d accounts-api

from clean-architecture-manga.

maxiar avatar maxiar commented on May 24, 2024

Hi! I don't have the "shared drivers" in Docker desktop, this option is only enabled for Windows Containers (docker/for-win#7199 (comment)).
I'm running in a Linux Containers with WSL2 activated:
https://docs.docker.com/docker-for-windows/wsl/
image

I verified the "docker inspect accounts-api" I found this:

    "Mounts": [
        {
            "Type": "bind",
            "Source": **"C:\\Projects\\Personal\\clean-architecture-manga\\.docker\\https",**
            "Destination": "/https",
            "Mode": "ro",
            "RW": false,
            "Propagation": "rprivate"
        }
    ],

And the files are located correctly:
image

Note that: In the previous post I tell you that only run the "Run the truscert-windows.ps1 to add the localhost certificate", may be I missing something...

How to test or execute this command into accounts-api?
cp /https/localhost.crt /usr/local/share/ca-certificates/localhost.crt

from clean-architecture-manga.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.