Skip to main content

All Questions

0 votes
0 answers
17 views

Unable to rebuild and upload using docker-compose

Following this tutorial, when I am running following command, docker-compose up --build I am getting the following error: Building app [+] Building 4.0s (11/11) FINISHED ...
Sazzad Hissain Khan's user avatar
0 votes
2 answers
65 views

Forcing amd64 image platform on arm64 host (docker compose)

I am attempting to use "docker-compose up" on the command line to run a simulator using noVNC but am getting the error "image with reference [my image] was found but does not match the ...
I Lund's user avatar
  • 1
1 vote
0 answers
189 views

PyCharm on Ubuntu - Debugging Docker Application Connection Refused

I'm on a fresh install of Ubuntu 22.04.3 LTS and PyCharm 2023.3.2 (Professional Edition). I have set up my django application with a remote python interpreter w/ docker-compose. This setup works just ...
Compensation Engineer's user avatar
-1 votes
0 answers
325 views

How to fix connection reset by peer when build image with docker compose

I'm unable to pull image using docker compose,when i run command docker compose up --buildi got this response Error response from daemon: Get "https://registry-1.docker.io/v2/": read tcp 192....
Rusdi Toriq's user avatar
0 votes
0 answers
53 views

docker-compose fails to change ownership on ubuntu 22.04.3 on VMware Workstation

VMware Workstation: 16.2.5/17.0.2 Ubuntu: 20.04.6/22.04.3 Dockerfile: FROM debian:12.1-slim WORKDIR /root RUN groupadd -f ernie-1001 -g 1001 \ && groupadd -f ernie-1000 -g 1000 \ &...
Ernie Sanderson's user avatar
1 vote
1 answer
806 views

Nginx Proxy Manager proxy localhost app on the same VPS not working

New to Nginx Proxy Manager so not sure if this should work or not, or I have done something wrong. I have successfully installed and run Nginx Proxy Manager in docker container on my Oracle Cloud ...
Telstar's user avatar
  • 11
1 vote
1 answer
3k views

Bitnami Kafka docker container not starting on Ubuntu

This is the docker-compose.yml file I have prepared to start the bitnami/zookeeper and the bitnami/kafka containers. version: "3.4" services: zookeeper: image: bitnami/zookeeper ...
lone wolf's user avatar
  • 105
0 votes
1 answer
173 views

botocore.utils DEBUG Metadata service returned non-200 response with status code of 404 for url

I'm running my Django v3.2 rest-api on ubuntu 22.04 LTS as a docker container. Although the api-webserver docker container does spin up & I'm able to access the database backend by specifying the ...
Earthling's user avatar
  • 439
1 vote
0 answers
154 views

Docker Desktop keeps removing all containers when let running for a period of time

I am running Docker Desktop 4.17.0 on Ubuntu Desktop 22.04. I have four Docker Compose files with a total of 16 containers that operate the core functions of my machine. It seems that everything is ...
Sai Ellis's user avatar
0 votes
1 answer
821 views

django.db.utils.OperationalError: connection to server failed. FATAL: password authentication failed for user "root"

I'm running Django rest api with the django 3.2 on GCPUbuntu 22.04 LTS and docker. I switched my database engine to postgresql from mysql (Read that for large scale operations, PostgreSQL is most ...
Earthling's user avatar
  • 439
3 votes
1 answer
262 views

Docker sudo permissions

I am able to run docker without sudo but after sometimes it again asks for permissions and I am not able to Attach container in VS code Got permission denied while trying to connect to the Docker ...
buvanesh buvhi's user avatar
0 votes
1 answer
166 views

Define variable within docker-compose's config yaml file

Question Is there a way to define a variable within a docker-compose's config yaml file? My usecase FYI Using "extends" (docker.com) I'm thinking to use a base yaml and configure it from ...
IsaacS's user avatar
  • 3,591
2 votes
2 answers
1k views

Issue: Cannot connect to the Docker daemon at unix:///home/tonton/.docker/desktop/docker.sock. Is the docker daemon running?

Hello Guys when I run docker version My docker compose version is : docker compose version Docker Compose version v2.2.2 Client: Docker Engine - Community Version: 20.10.18 API version: ...
GCT's user avatar
  • 53
0 votes
0 answers
48 views

docker block my internet to other websites / can't access to other websites when using docker

I am using Ubuntu 22.04, Docker version 20.10.8. Issue: when I am using docker (type docker-compose up in my terminal, I use docker file), I can search in google or firefox, but I can NOT open the ...
J Lama's user avatar
  • 1
12 votes
1 answer
12k views

Docker - No matching manifest for linux/arm64/v8 in the manifest list entries - Ubuntu 22.04/arm64/v8

I have installed Docker and docker compose and tested it and i got the “Hello World” message, so everything works fine After that i tried to install a Node.js backend, but idk why i keep getting this ...
Ahmed AlNeaimy's user avatar

15 30 50 per page