Skip to main content

Questions tagged [docker]

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

0 votes
0 answers
4 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
0 votes
1 answer
28 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

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
3 votes
1 answer
411 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
21 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
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
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
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