Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
47 views

I am trying to achieve what I'd hoped would be a fairly standard setup: PhpStorm running on Windows, opening a project on WSL2 Docker CE running in WSL2, with its Networking Mode set to Mirrored ...
Lyrositor's user avatar
  • 383
0 votes
2 answers
72 views

I am currently in the progress of setting up a TeamCity Server using docker. My current issue is, that my builds require NuGet Packages that are produced by other builds of the same server. For this I ...
Mazzelfassel's user avatar
Advice
0 votes
1 replies
56 views

I have to create a docker-compose.yml file. I'm a begginer with docker, so i don't know some simple stuffs. But, the final goal is to create a Multi-container application and the nginx server have to ...
mendes jota's user avatar
Advice
0 votes
3 replies
53 views

Question: How to install a private NPM package in a Docker container using .npmrc that contains an environment variable for an access token? I've been struggling for two days without much luck. (My ...
ENIAC's user avatar
  • 1,252
Best practices
0 votes
1 replies
71 views

Would you recommend any free complete project has been created using docker which I can practice to learn in detail? I looked various sources but found limited resources like half or magnetic part of ...
AminRana's user avatar
-2 votes
2 answers
97 views

I have two Docker containers running on the same custom bridge network. They can resolve each other's hostnames and ping works fine, but when I try to make an HTTP request from one container to the ...
Emeka Emmanuel Oziri's user avatar
Best practices
0 votes
1 replies
50 views

I’m learning Docker, but there are some things that are confusing me. For example, I’ll be using Laravel. The plugins, configurations, etc., used in Laravel’s development and production environments ...
Selçuk's user avatar
  • 42
-3 votes
0 answers
46 views

I'm using containers for development purpose, My idea is build my container image with the standard platform (it is a eCommerce web application), add a few config files and as last command of the ...
Ciccio Cappuccio's user avatar
1 vote
1 answer
30 views

gitlab-runner is not installed in a docker container. OS Debian 12 I am writing the following: curl -fsSL https://get.docker.com | sh docker volume create runner01 docker pull gitlab/gitlab-runner:...
Dima S's user avatar
  • 13
0 votes
1 answer
90 views

Problem I'm using Docker Desktop with WSL2 integration on Windows. When I run docker login <registry> -u <user> -p <password> I get the following error: error storing credentials: ...
wolfson109's user avatar
0 votes
0 answers
41 views

I'm trying to run a simple task in the apache/airflow image with the following Python script: from airflow.sdk import dag, task @task.docker( image="docker.1ms.run/apache/airflow:3.2.0-...
Alexander Zhang's user avatar
-1 votes
0 answers
39 views

I am building a Go backend using Prisma (prisma-client-go) Locally, everything works fine because I run the following command manually: PRISMA_CLIENT_GO_BINARIES_ALL=true go run github.com/steebchen/...
Kalpani Ekanayake's user avatar
0 votes
1 answer
47 views

I'm trying to setup a docker devcontainer in VSCode for Flutter Linux desktop development. The target is ubuntu 26.04. Both Flutter and Docker Devcontainers are new to me. I've been reading the online ...
gene-weber's user avatar
Best practices
0 votes
4 replies
80 views

TL;DR: What are the best practices for running Maven builds within containers regarding memory limits? Longer version: Our build process utilizes Maven builds within Docker containers. For the sake of ...
MrThaler's user avatar
  • 146
2 votes
1 answer
104 views

I have a FastAPI service which is using granian with 6 workers. I noticed that I'm losing information from logs, there are requests being made, however the rotated logs are missing records for these ...
Geo48's user avatar
  • 464

15 30 50 per page
1
2 3 4 5
10347