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

All Questions

Tagged with
-3 votes
0 answers
20 views

Manual IP setting for router does not let docker containers access internet [closed]

I am running Ubuntu on the system, changed ip address from DHCP to manual (192.168.29.106). After changing, the system was able to access the internet, but when I try it from inside a docker container,...
M.K. Malik's user avatar
-1 votes
0 answers
17 views

Mount a CIFS share to a docker container running inside WSL2 Ubuntu

I'm trying to run a Docker container called Unmanic. I want it do be able to access a files from a share on my NAS. I got Docker Desktop and WSL2 running on pc and the container is up. I can access ...
grendy's user avatar
  • 11
0 votes
0 answers
24 views

Error response from daemon: Get "https://harbor-xxxx": dial tcp: lookup harbor-labnum.aphp.fr on xx.XXX.XX:53: no such host

i have installed harbor registring with docker compose and it works as expected. but when i rtry to do docker login https://harbor-domain-name it gives me this error : Error response from daemon: Get &...
Java user's user avatar
  • 289
0 votes
2 answers
223 views

docker: 'compose' is not a docker command Ubuntu 24.04 LTS

I tried to run docker compose up on a Ubuntu 24.04 LTS system and encountered the error docker: 'compose' is not a docker command The current docker --version is 24.0.7 which appears to be a current ...
user2138149's user avatar
0 votes
1 answer
23 views

Traefik Default Certificate being assigned over my LCN Certificate

Treafik version 2.5 Traefik.toml file # Entry Points Configuration [entryPoints] [entryPoints.web] address = ":80" [entryPoints.websecure] address = ":443" [...
Nugget's user avatar
  • 1
0 votes
0 answers
33 views

Unable to run oracle-client docker container

I am trying to run the container build from the image build with node 14 which has the following Dockerfile: FROM ubuntu:18.04 RUN apt-get update -y \ && apt-get install -y \ ...
merilstack's user avatar
0 votes
0 answers
52 views

how to resolve php-fpm 502 bad gateway error

I am new to Docker and created an image using images nginx:alpine and php:fpm-alpine (follwed this article). I went through different answers here but could not understand. I didnt find /etc/php5/fpm/...
Vishy's user avatar
  • 285
-1 votes
1 answer
224 views

Docker Compose for WordPress Containers Fails to Mount Local Volumes with ${PWD} Paths in Ubuntu/AWS

I'm encountering an issue with Docker Compose on an Ubuntu server (AWS) where it fails to mount local volumes despite using ${PWD} paths in the docker-compose.yml file. The setup involves a WordPress ...
Jorge Mauricio's user avatar
0 votes
1 answer
100 views

Only on EC2 Ubuntu, elasticsearch by docker doesn't work

Error log { "@timestamp":"2024-03-19T14:25:08.633Z", "log.level":"ERROR", "message":"fatal exception while booting Elasticsearch", "...
WhisperNorbury's user avatar
0 votes
1 answer
288 views

Entrypoint.sh: operation not permitted no-new-privileges:true for Traefik docker compose

Thanks for giving this a read. I've been trying to set up the following docker-compose.yml for traefik: version: '3' services: traefik: image: traefik:latest container_name: traefik ...
pb.'s user avatar
  • 135
0 votes
1 answer
65 views

How can I fix [entrypoint.sh: not found] in Docker?

I have a Django project file and Docker in Ubuntu server. And when I build docker image, it creates well. But when I up this image, 'python: 1: ./AA/entrypoint.sh: not found' error occurred. My ...
chocho's user avatar
  • 91
-3 votes
1 answer
75 views

"dub: command not found" when docker-compose up

Basically, what I'm trying is to create a firstly an Ubuntu enviroment where execute a zookeeper and a kafka server. Firstly, I created a dockerfile where I define the Ubuntu enviroment: FROM ubuntu:...
francollado99's user avatar
0 votes
1 answer
148 views

How to get the last unexpected exit code of the docker container?

I use docker-compose to maintain a project, and set restart=always to all the docker service. But my API host crashed twice today, I look through the logs docker logs -f <container-id>. No cue ...
Echo's user avatar
  • 309
0 votes
0 answers
22 views

Selenium+Docker timing out

Im'm receiving a time out error and inspecting the chrome driver log I found this: { "traceId": "c6aa7643e1e8cde422b9a0eb763fa56c", "eventTime": 1710077257942652356, ...
Jason 'Slingshot' Miller's user avatar
0 votes
1 answer
36 views

Cannot access Django project homepage (Docker)

I'm building an app with Django, but although my app runs fine (at least, it's what CLI tells me) I can´t access it via browser. The docker-compose build and up works just fine, I get this output: ...
Matheus Tenório's user avatar

15 30 50 per page
1
2 3 4 5
30