Skip to main content

Questions tagged [docker]

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

0 votes
0 answers
9 views

For a Django Python project, I develop in a Docker container. The oscrypto Python package I need is unable to find the Libcrypto library on the Ubuntu container. The Docker image is ubuntu:24.04. I am ...
nsiwat's user avatar
  • 1
1 vote
0 answers
17 views

I’m a beginner with Docker and DevOps, and I’m trying to containerize a small React quiz app that uses json-server to serve local data from data/questions.json. My goal:I just want to edit my code (...
Teddy Legeek's user avatar
0 votes
1 answer
33 views

I have this config for loki to get all my container logs { - job_name: docker docker_sd_configs: - host: unix:///var/run/docker.sock refresh_interval: 5s relabel_configs: - ...
phredtomi's user avatar
0 votes
0 answers
34 views

NestJS Docker container becomes unresponsive and cannot be stopped after high MQTT load (1 message per seconde for a few hours) Environment Host OS: Ubuntu Linux Stack: NestJS application in Docker ...
Bastien's user avatar
0 votes
0 answers
36 views

I have a container that we deploy into a very customised networking setup. The container starts a DHCP and DNS server internally and expects to do IPAM on the network it is connected to. I'm trying ...
Tom's user avatar
  • 101
0 votes
1 answer
68 views

(Was asked here, was closed because "not about programming or software development.") Situation: I have a Docker Compose setup with multiple containers from different images. I have Docker ...
fabpico's user avatar
  • 101
3 votes
1 answer
434 views

I run multiple GitLab CI jobs that use Kaniko to build Docker images and push them to my private GitLab registry. My GitLab Runners use the Docker executor with privileged = false, and this setup has ...
Admineral's user avatar
  • 131
0 votes
0 answers
14 views

I’m new to Docker and Docker Compose. I want to run a Laravel API in one container and a React frontend in another. Docker Hub has an image for Laravel, but I was told that isn't best practice to use ...
JayDev95's user avatar
  • 101
0 votes
0 answers
24 views

On the VM where my self-hosted azure agent is running, I have a linux subsystem installed where I want to build docker images. Currently, I'm using powershell to run my docker build command inside the ...
jason van willigen's user avatar
0 votes
0 answers
24 views

I am suspecting that either I did not understand anything about docker container networking from the documentation or I have some configuration issues on my host. It is my understanding that opening ...
Andrea Montalbani's user avatar
0 votes
0 answers
22 views

I try to deploy a server which uses a SQL database, so I want to deploy the Docker image on a container A which will need the Postgres container B and I need this container A to be accessible from ...
godrc's user avatar
  • 1
0 votes
1 answer
46 views

I’m deploying an Astro app to Google Cloud Run using the following (simplified) Dockerfile: FROM node:18-alpine AS base WORKDIR /app RUN apk add --no-cache libc6-compat COPY package.json package-lock....
Javier Martín Pizarro's user avatar
0 votes
1 answer
54 views

I have the following Dockerfile: FROM mariadb:latest ENV MYSQL_ROOT_PASSWORD=123 COPY ./init-scripts/ /docker-entrypoint-initdb.d/ EXPOSE 3306 WORKDIR /root/java VOLUME /root/java And I build my ...
PersianGulf's user avatar
0 votes
0 answers
43 views

I just ran into in issue I spent 2 days debugging & investigating and I don't have much progress. Summary: I do wget 'url' from Linux VM and downloading the file with approximately 50Mb/s speed. ...
Dmitry Filin's user avatar
0 votes
0 answers
41 views

I am trying to run sysbox inside a physical device. It has kernel 6.1.107 which was compiled by me. I've added all the necessary kernel modules in the kernel's x86_64-all.config. iptables/nf/netfilter ...
hudac's user avatar
  • 101

15 30 50 per page
1
2 3 4 5
80