Skip to main content

All Questions

Tagged with or
Filter by
Sorted by
Tagged with
1 vote
0 answers
22 views

How can I handle local network access pop up in automated testing when running on Docker? chromeOptions.addArguments("--disable-features=BlockInsecurePrivateNetworkRequests"); This command ...
Syeda Aroba Maheen's user avatar
-1 votes
0 answers
19 views

I’m setting up a Spilo (Postgres HA) cluster inside Docker with mTLS for both Postgres and Etcd. I’m facing two issues: Databases specified in BOOTSTRAP_POSTGRES_DATABASES are not created. Postgres ...
ussrback's user avatar
  • 647
-2 votes
0 answers
27 views

I am using version 6.0.0 in Docker Desktop and tried to embed a dashboard in a simple .html file through iframe. But it says localhost refused to connect whenever I am tying to execute the HTML file....
sayan paul's user avatar
-2 votes
0 answers
29 views

Below is my Docker Compose script. However, Temporal only showing "Waiting for PostgreSQL to startup" when I execute docker compose up. => TEMPORAL_ADDRESS is not set, setting it to 172....
Mahesh Singh Bisht's user avatar
0 votes
0 answers
30 views

I am trying to build OpenSSL from source inside a Docker container based on an Alpine Linux toolchain image (ghcr.io/nokia/corteca-toolchain). The target architecture is AArch64, and this environment ...
Velloor hemanth's user avatar
-1 votes
0 answers
60 views

I'm trying to serve my application via Docker, but it's having trouble finding a GTK shared object file. Create Dockerfile (see below) which uses the latest Fedora image and calls for docker to run ...
Oliver Cox's user avatar
1 vote
1 answer
58 views

I'm trying to get a container running Python to connect to my Neo4j container in Docker. I'm following the steps in the Neo4j GraphAcademy Python Installation tutorial (https://neo4j.com/docs/python-...
rnoftz's user avatar
  • 35
-3 votes
0 answers
43 views

Is there a reliable way how to share a Synology folder with a docker container running on the same device? Does the specific image matter in this? I have created a new user for this service and gave ...
Lukas's user avatar
  • 2,366
-4 votes
0 answers
31 views

Introduction I want to reference the env values defined inside docker container. I want them to be able to them in bash CLI and in bash scripts. Problem However, referencing them like $MY_ENV, ${...
Rashiq's user avatar
  • 443
-1 votes
1 answer
78 views

I am seeing the following after running docker image ls I have tried docker system prune -a as well as, docker container rm and docker image rm and I am still seeing the image. I have even removed ...
user4380125's user avatar
-2 votes
0 answers
57 views

I just start learning Golang and I'm currently using Echo. I have an endpoint : - base/api/wallet/cardnumber -> get card details and I execute "go run .\main.go" and the API provide ...
Ray's user avatar
  • 49
Best practices
0 votes
2 replies
35 views

In my NodeJS project, we have integrated Prisma(v7.3.0) ORM for MySQL database task(previously sequelize). After all the setup is done, we observed prisma occupies very huge size in Docker image ...
Bhanu Prakash War's user avatar
0 votes
0 answers
34 views

I’m running Docker on a Linux EC2 instance and Docker is unable to pull images from GitHub Container Registry (GHCR). When pulling the image, I get the following error: Error failed to resolve ...
Brianna's user avatar
0 votes
1 answer
39 views

Within a gitlab pipeline, I use skopeo and do: skopeo copy \ --src-tls-verify=false \ --dest-tls-verify=false --src-creds $CI_REGISTRY_USER:$CI_REGISTRY_PASSWORD \ --dest-creds $...
k0pernikus's user avatar
  • 67.7k
0 votes
0 answers
53 views

I'm installing Docker in the rootless mode from the scratch. I don't have any docker package installed but docker-ce-rootless-extras. I run dockerd-rootless-setuptool.sh install and got an error /usr/...
Artyom's user avatar
  • 165
0 votes
2 answers
89 views

We're investigating switching to using Docker hardened images. But for simple node app: FROM dhi.io/node:25.5.0-alpine3.23 RUN npm install ENTRYPOINT npm run start It doesn't work: runc run failed:...
eis's user avatar
  • 53.8k
-4 votes
0 answers
47 views

To test my setup and configuration of a bunch of metal servers I wanted to test the setup in isolation with docker containers. This is my Dockerfile FROM docker.io/library/debian:11 ARG ...
Janning Vygen's user avatar
-2 votes
0 answers
40 views

I am looking to obtain the repository digest of an image using only Kubernetes. My use case is that I am running my software as a Docker image, and my software is checking for all pods that are ...
FriskySaga's user avatar
-3 votes
0 answers
87 views

To learn Go, I would like to create a personal application for managing Docker objects. I have two Docker contexts on my machine. When starting the program, I would like to be able to choose which ...
D. Lucazeau's user avatar
0 votes
0 answers
105 views

I’m deploying MongoDB using the Dockerfile below and experiencing critical corruption issues. Environment: Inserting approximately 1 million documents per day Server crashes every 3 days with ...
최광민's user avatar
Advice
0 votes
2 replies
19 views

I searched for “[moby] context list” or “[moby] context” without success. If possible, how can I obtain the equivalent result of “docker context ls” with the Moby API? Any solutions? Any ideas? Any ...
D. Lucazeau's user avatar
-1 votes
0 answers
28 views

I am working to update my Rails 7 application to Rails8.1, i have done all the changes in code and it works, now on the deployment part, I am using gem kamal2 So, the configuration is browser -> ...
Chakreshwar Sharma's user avatar
0 votes
0 answers
22 views

I'm running Dagster (with DockerRunLauncher + QueuedRunCoordinator) in Docker Compose on an Ubuntu VM. Everything works fine after a full rebuild/restart, but after ~1 week the daemon starts logging: ...
Foxbat's user avatar
  • 364
-4 votes
0 answers
77 views

How I can run the MADDPG example on Fedora 43? I get this C++ error when using the multi_agent_ale.py dependency (using pip) because it wants to use C++17 (I think because there is a std::int8_t error ...
Rishabh Agarwal's user avatar
Tooling
0 votes
5 replies
34 views

I was running a WASP node (for IOTA) inside Docker on Windows using WSL2. I wanted to access its JSON-RPC API from a Raspberry Pi on the same local network. However, despite exposing ports in Docker, ...
Imen's user avatar
  • 23
0 votes
0 answers
106 views

I've build a spark and minio docker container with the below config: services: spark: build: . command: sleep infinity container_name: spark volumes: - ./spark_scripts:/opt/...
vyangesh's user avatar
5 votes
0 answers
88 views

About I am trying to create a Docker image with the same Dockerfile with Python 3.10, CUDA 12.8, and PyTorch 2.8 that is portable between two machines: Local Machine: NVIDIA RTX 5070 (Blackwell ...
requiemman's user avatar
-4 votes
0 answers
49 views

when trying to run docker compose, docker misses context and actually copying other files compose: bot: build: context: . target: bot restart: unless-stopped depends_on: ...
megohow760's user avatar
Best practices
0 votes
2 replies
16 views

I have decided to keep all the automation for my projects in Makefile and create a sub-directory structure environments with names of all the environments and setups I have. Sometimes I need to pickup ...
DaJudge's user avatar
  • 63
-1 votes
0 answers
38 views

I have a Dockerfile that uses .NET 8 as a base image and builds a C++ application on it. When it tries to build, I get this error: Failed to load /usr/share/dotnet/shared/Microsoft.NETCore.App/8.0.23/...
user2577528's user avatar
0 votes
0 answers
28 views

I Have a python program which I containerized. The script accepts command line arguments. Arguments are correctly processed when running the script directly from the IDE. But if I run the container ...
Jijo Joseph's user avatar
2 votes
1 answer
120 views

I am encountering a critical RuntimeError during the startup of my Dockerized FastAPI application. The error occurs specifically when sentence_transformers attempts to import transformers.models.auto....
Erdinç Erdogan's user avatar
1 vote
1 answer
60 views

I'll preface by saying I'm not familiar at all with any Redhat specific differences, but I'm running into what seems like it should be a simple issue. I have a Redhat 8 image and the following lines ...
user1777900's user avatar
  • 1,007
-4 votes
0 answers
50 views

A Java Spring Boot project using Testcontainers (JUnit 5, Maven) suddenly started failing integration tests on macOS Tahoe with errors like: ExceptionInInitializerError ContainerFetchException: Can'...
d.braun1991's user avatar
0 votes
1 answer
82 views

PC Setup: Windows 11 + WSL2 Docker Engine installed in WSL2 (no Docker Desktop installed on Windows) VSCode (occured with various versions of VSCode and extensions) Extension: Dev Containers ...
ai2ys's user avatar
  • 1,639
0 votes
1 answer
52 views

I already stopped and removed all the previous containers and volumes, but it is not working because of an authentication problem even though both passwords in the Docker and properties file are the ...
joab leandro suarez correa's user avatar
0 votes
1 answer
57 views

I'm working on a project for school. It's almost finished I just need to deploy the application to a server. I am doing this step-by-step. I have built the application on the server using the command ...
user32228017's user avatar
-1 votes
0 answers
71 views

I’m trying to run a Laravel project inside Docker (PHP 8.2 container). The project uses a private Composer repository (https://repo.openclassify.com) defined in composer.json. Problem: composer ...
NoorAlden21's user avatar
2 votes
1 answer
68 views

I have notification service that I have in a docker image and am trying to push to a aks cluster. locally everything works with docker desktop and k8 cluster thru docker desktop. I am running windows ...
whisk's user avatar
  • 663
0 votes
1 answer
107 views

I'm running SQL Server 2022 in Docker: bash docker run -d -p 1433:1433 --name sqlserver -e "SA_PASSWORD=youdontneedtoknow" -e "ACCEPT_EULA=Y" mcr.microsoft.com/mssql/server:2022-...
Brandon's user avatar
2 votes
1 answer
73 views

While trying to deploy chaincode (Go) on the Hyperledger Fabric test-network using ./network.sh deployCC, the process fails during the build phase. Error: chaincode install failed with status: 500 - ...
Thinuja hettiarachchi's user avatar
0 votes
0 answers
39 views

I’m developing CKAN extensions using the official ckan-docker setup with the dev images and need to restart CKAN after various updates in my extension. Inside my main ckan container (run via ...
WeSee's user avatar
  • 3,854
0 votes
1 answer
182 views

I have created a java appliction, I wish to upload the appliaction as a docker image. The Problem is it looks like Java 17 is not supported, or no longer supported. I have used FROM openjdk:17 I got ...
Tony's user avatar
  • 35
Best practices
0 votes
2 replies
27 views

I am currently using EMQX as a chat message delivery system paired with a laravel backend for flutter mobile apps. Each client should have his/her own EMQX to provide more security + accurate ...
OKKO's user avatar
  • 609
1 vote
0 answers
72 views

I'm running Newman API tests in a GitHub Actions workflow that needs to pass Cloudflare Access headers. The workflow is failing even though I believe I've implemented everything Postman Collection has ...
user27042668's user avatar
1 vote
1 answer
211 views

I am trying to set up a docker container using the nvidia container toolkit on a remote server, so that I can run cuda programs developed with the Futhark Programming Language - however, the issue ...
Artemijo5's user avatar
3 votes
0 answers
64 views

I'm getting what I feel should be a super simple error, but I'm having a tough time figuring out what I'm doing wrong. I want to open a running container in VS Code, but I keep getting a permission ...
ChristianRRL's user avatar
-3 votes
0 answers
70 views

I want to build a custom image from liquibase/liquibase:5.0.1. The procedure includes adding changesets, a changelog file, and installing the ojdbc11 driver. FROM liquibase/liquibase:5.0.1 USER root ...
Peter S.'s user avatar
  • 646
Best practices
1 vote
0 replies
24 views

We have a flutter docker image (base image is debian for build and nginx for deployment) The resulting container has to run on an x86-64 machine (uname -m is x86_64) If we build the image on an x86-64 ...
alok's user avatar
  • 1,354
0 votes
0 answers
46 views

I'm running a Strapi backend behind Nginx Proxy Manager (Docker) and trying to enable CORS. Strapi version: latest Nginx Proxy Manager: latest Docker image I want to allow requests from my frontend ...
willm berchiche's user avatar

1
2 3 4 5
3109