Most voted "docker-windows" questions
Use this tag for questions specifically about Docker Desktop for Windows.
Learn more…8 questions
Sort by count of
-
1
votes2
answers1943
viewsProblems accessing the application from the browser
I want to be able to access/view my applications through the browser using Docker. I installed Docker for Windows, did not make any additional configuration, and created the files below, along with…
-
0
votes0
answers538
viewsDocker start does not rise container
I am not getting to startar my container, I always have to restart my pc to be able to climb it again. I wonder what I’m doing wrong so that even when it falls I can climb it again without having to…
-
0
votes0
answers24
viewsHow can I allow my SQL Server container created by the Jenkins contaner to get the file view . Bak from my host?
I would like my SQL Server container created by the Jenkins contaner to get the file view. Bak from my host so that I can restore some banks. How can I accomplish this task? Details of my…
-
0
votes1
answer215
viewsBuild Docker with angular Node
I need a little help with Docker, I need to build to generate an image, but I’m having the following error: Step 9/10 : COPY --from=angular /app/dist/Docker-softplayer /usr/share/Nginx/html ERROR:…
angular docker angularjs-directives docker-compose docker-windowsasked 4 years ago Nasser Othman 11 -
-1
votes1
answer627
viewsDocker Descktop 2.3.2.1 - Installation Failure - Windows 10
When I try to install Docker descktop in windows 10 and this error occurs: Failed to start service: Service did not respond to start or control request in a timely manner in…
-
-1
votes0
answers20
viewsPage is not working after using Docker
I created a web application with Django and when I run the command "python Manage.py runserser" the page runs normally. But after running the Docker container the page appears as not working:…
-
-2
votes1
answer621
viewsPostbird - Connection Error
I created a container on Docker with the following command: docker run --name database -e POSTGRES_PASSWORD=senha -p 5432:5432 -d postgres When I try to access via Postbird, I get the following…
-
-2
votes1
answer13
viewsProblem with Docker local drive volumes on Windows10 WLS2
I have a problem with Docker volumes, in my first project everything went right now in another I have this error, when I will run again the 1 project works when vo. For another of that mistake. I’m…