Skip to main content
The 2024 Developer Survey results are live! See the results

All Questions

1 vote
0 answers
26 views

Clean / Purge data in docker desktop with command line

I am using docker desktop 4.29 enterprise version. I have noticed that there are few cached data that is getting increase after every run. This is getting cached in folder "C:\Users\...
Abhishek Maurya's user avatar
1 vote
0 answers
175 views

Docker execution related issue

docker compose -f docker-compose.yml build time="2024-05-07T07:51:43+05:30" level=warning msg="F:\\AuctionEasePlatform\\docker-compose.yml: `version` is obsolete" request returned ...
Amanta Phelix's user avatar
0 votes
2 answers
434 views

Docker service startup failed with status 203

I have a RHEL 7 server with Docker EE and I have installed Docker CE after removing Docker EE. But after installing Docker CE, when I try to start Docker service with command systemctl enable --now ...
noonenine's user avatar
0 votes
1 answer
143 views

Dockerfile - nuxt: Permission denied

I want to create a Dockerfile to build a webserver via NPM from a NuxtJS page. Building with the Dockerfile works without problems, but as soon as I start the container via docker compose, I get an ...
LbGame's user avatar
  • 1
0 votes
0 answers
71 views

How to start two Docker containers nginx locally

I am trying to start with with docker-compose up -d two docker containers, but it starts only one, I need to start other too. Is there any way to do that in localhost, or if I can start in on other ...
Mica's user avatar
  • 13
0 votes
0 answers
67 views

How can I enhance the speed of docker site

I have site running on a docker container here is my compose file it is quite basic version: '3' services: apache: image: httpd:latest networks: vlan-ecm: ipv4_address: 172.16....
jack_dan's user avatar
0 votes
1 answer
2k views

How to fix Docker connection reset by peer, Docker Status is UP but cannot connect to sever?

Having this issue of connection reset by peer when doing a curl to to docker server. curl 127.0.0.1:8080 Also cannot access the server from browser, but docker status says: UP 4 hours ago How can one ...
Abel Akponine's user avatar
0 votes
0 answers
101 views

Run Lizmap stack with docker-compose

I tried installing lizmap with docker compose on an ubuntu machine. In the desktop version I can log in to localhost. I'm trying to connect with 0.0.0.0 so as to simulate connecting from outside the ...
JAY EFFE's user avatar
0 votes
2 answers
49 views

Docker Networking services unable to connect to each other

I have this docker compose file shown file version: '3' services: backend-flask: build: ./backend frontend-fligh: build: ./frontend-fligh ports: - "3000:3000" ...
Jason Wang's user avatar
0 votes
0 answers
71 views

Docker mysql_database is connecting with klassy_docker_build?

I've been having trouble connecting the issue with docker mysql images, which is generally connected and worked fine with my local machine, but it's not connecting with my docker build the image. As ...
Shakib Ahmed's user avatar
0 votes
0 answers
75 views

inspect --format '{{.State.OOMKilled}}' <container id> is true

I am running an LSTM network with a large data set. I have run my program for near one month on a host PC using docker on GPU without any problems. Since 3 days ago I received kill message in my ...
negin's user avatar
  • 1
0 votes
1 answer
1k views

Docker compose with GPU access

my docker compose file is as follows: version: "3" services: app: build: context: . dockerfile: Dockerfile ports: - "5000:5000" deploy: ...
Los's user avatar
  • 171
0 votes
0 answers
327 views

Docker enable virtualization error on windows 10

when I open the docker I got an error Enable virtualization on your computer Check that hardware-assisted virtualization (either Intel VMX or AMD SVM) and Data Execution Prevention (sometimes labeled ...
vivi's user avatar
  • 1
2 votes
1 answer
543 views

Docker is too slow to run the application on the MacBook Pro (M1) local machine

Recently we have moved the rails application to docker for development. I am using MacBook Pro (M1, 2020), OS Version: 12.0.1. Now the application works, but that is extremely slow on local machine, ...
Developer's user avatar
  • 621
5 votes
0 answers
965 views

'docker compose up' hangs forever (usually), even with V2 despite high entropy (Ubuntu)

I'm having issues with the docker compose up command. So I've recently created a fresh Ubuntu OS installation and I've been setting up my development environment. I've installed Docker and mostly ...
Latchy's user avatar
  • 341

15 30 50 per page
1
2 3 4 5
33