Skip to main content

Questions tagged [docker]

Docker images, containers, hub, and everything related to the containerization platform

0 votes
0 answers
10 views

Long image rendering time when using Grafana image renderer plugin

The following configuration is available: Grafana and Grafana Image Renderer are installed as separate pods in the same k8s namespace, Grafana has access via Service to the Grafana image renderer pod, ...
Flex1sh's user avatar
0 votes
0 answers
13 views

Run Docker with same user as on local host and own mounted folders

I have a local folder (code) on my system, which belongs to my user. The local folder path is something like this: - home -- my_user ---- work ------ projects -------- code I want to run a Docker ...
Carlo's user avatar
  • 101
-1 votes
0 answers
11 views

Loki cannot get right timestamp from Fluent Bit

I have fluent bit containers that get the file with foward and then send them to loki and also write them to a file with the name of the container. The files are needed in the future as storage since ...
lorenzo gardella's user avatar
0 votes
0 answers
10 views

Intermittent Firefox Installation Failure in Docker CI

I have a docker image to install firefox, that runs as expected locally but fails intermittently on CI. Firefox doesn't get installed, this is what I am doing. FROM node:20 RUN wget -O firefox.tar.bz2 ...
Manav Grover's user avatar
2 votes
1 answer
45 views

Best Way to Call a Service Running in a Docker Container from another Docker Container in the Same EC2 Instance?

Context I hope the following diagram makes it clear, ask if you still need any answer. Basically, the cronjob itself (a container) will run every hour, that needs to use a long running redis service. ...
Della's user avatar
  • 133
0 votes
1 answer
15 views

How to create a private registry in Kubenetes?

I am trying to create a private docker registry in Kubernetes that can be used by Kubernetes to pull images from. Although I have tried many references but none work, so currently I am referring to ...
Vinay Sheel Sagar's user avatar
0 votes
1 answer
20 views

how to use docker with http protocol to login or pull docker images from local nexus repository?

I have two servers with no internet on them.One of them is my nexus repository with so many docker images on it.As I have no internet on them ,I can't pull any image because of no ssl configured.I get ...
mahdi's user avatar
  • 1
1 vote
0 answers
294 views

Docker: error while creating mount source path

I am new to Docker. I am trying to run a container on MacOS. However, when I run: docker compose up -d --build I get the following error: Error response from daemon: error while creating mount source ...
mcheong246's user avatar
0 votes
0 answers
15 views

One of my several docker containers was randomly shutdown

I have a docker container which was recently shutdown by itself: The container status is as follows, oddly the other containers were still up. I see that containerd was restarted recently and docker ...
Parsa's user avatar
  • 101
0 votes
1 answer
38 views

How to get all the env variables of any docker image?

I am unable to get all the env variables even after the docker inspect <container_id> command it just shows only this much when I inspected the mongo:4 image. "PATH=/usr/...
void_meet's user avatar
0 votes
0 answers
23 views

I can't reach out the database from my pod

I have two servers A with private ip address 10.1.0.2 and B with private ip address 10.1.0.4 on server A I have a docker container that runs postgres database On server B have a pod that tries to ...
Jonas's user avatar
  • 1
0 votes
0 answers
20 views

Gitlab out of memory kills network on VPS

On a VPS (that is not heavily used) with 4 shared vCPU's and 8GB RAM I'm running the following services: Traefik for reverse proxy Portainer for docker management Gitlab, used by 5 people Grafana ...
Postie's user avatar
  • 113
0 votes
0 answers
11 views

bulding docker image for an arm32v7 processor

I managed to build a working docker image on my development laptop, but got an exec format error when I tried to run the docker image on the PC that the container shall run on. My dev PC is an ubuntu ...
pjoltergeist's user avatar
0 votes
0 answers
17 views

How to remove a Docker builder when the UI and command line fails?

I've also uninstalled Docker Desktop and reinstalled Docker. When I try to run fin mutagen start I get Error: project already running. Mac OS 14.5 Docker DeskTop 4.30.0
jtjones's user avatar
0 votes
1 answer
71 views

How to work with Docker Compose secrets securely

I hope you are well. I have some questions about Docker secrets: How can I work with secrets securely using Docker Compose, given that their content is exposed in /run/secrets and can be easily ...
user981's user avatar

15 30 50 per page
1
2 3 4 5
77