Abel Jojo

Results 7 comments of Abel Jojo

Error response from daemon: mount denied: the source path "\Users\INaBJOJ1\source:C:\Users\INaBJOJ1\source:rw" too many colons Trying to find how to use wslpath style

@ndeloof yes i have updated as below and i get colon error, mentioned above. ``` volumes: - ./devops/https/ngtcert.pfx:/https/aspnetapp.pfx:ro - "${USERPROFILE}/source/:${USERPROFILE}/source/" ``` Error `invalid interpolation format for services.directoryservice.volumes.[]: "${Env:USERPROFILE}\\source:${Env:USERPROFILE}\\source". You may...

Docker Compose version v2.2.3. I have modified my docker file as below. Stil now not able to resolve it. ``` # escape=` FROM mcr.microsoft.com/dotnet/aspnet:6.0 COPY . App/ WORKDIR /App EXPOSE...

@vigneshshanmugam Is there scope of react router here. I am not sure, since the architecture itself says that the skipper will handle the route and point to a template view,...

@bitfreak25 Hello sir, How did you solved this issue ?

Did not test dockerized output and production output. But in the development environment, I am able to achieve it by modifying Nginx reverse proxy files and some level of edits...

could you please mention, how to add validation too. Much thanks