Skip to main content
The 2024 Developer Survey results are live! See the results

Questions tagged [docker]

For questions about building and running Docker containers. DOCKER QUESTIONS MUST BE SPECIFICALLY RELATED TO SOFTWARE DEVELOPMENT. Suitable topics include Dockerfiles, Docker Compose, and architecture. As a rule of thumb, if your question is about something happening inside the container, it's probably on-topic here; if it's outside the container, it is probably off-topic.

1 vote
0 answers
38 views

Unable to access server running in k8s pod from WSL host with docker-desktop installation

I'm running docker-desktop with WSL2.0 ubuntu on windows. I created a k8s deployment in the wsl ubuntu host. The deployment has one pod where I'm running a simple server program(runs forever, accepts ...
AmiyaG's user avatar
  • 182
-2 votes
0 answers
11 views

Displaying host machine info with docker container

I have nextjs app and im using nodejs os to gather system info about totalram cpu etc. How i can make it work with docker cause if i run my app with docker compose on my app ui i see ram allocated to ...
Teeco's user avatar
  • 11
0 votes
0 answers
26 views

Error response from daemon: error while creating mount source path '/var/www/todo/todo-app': mkdir /var/www: read-only file system

todo-app/docker-compose.yml version: '3.8' services: laravel: build: context: . dockerfile: Dockerfile ports: - "8080:8080" env_file: - .env ...
Fil's user avatar
  • 8,645
0 votes
0 answers
11 views

How to analize error and stacktrace in unmanaged code in net core docker container

I have floating bug that sometimes abort my net core 6 service in docker container. Last logs that I see: [2024-07-26 08:23:57.467 +00:00 INF] ...my logs dotnet: malloc.c:2379: sysmalloc: Assertion `(...
vitm's user avatar
  • 493
0 votes
0 answers
11 views

Nestjs serverless in lambda size limit

I have an nest js api running locally then i have decided to deploy it on the aws lambda but there is a limit of 250mb unzipped then i tried deploying using ecr with docker image container and webpack ...
Ragul Surya's user avatar
0 votes
0 answers
11 views

Thingsboard sequential updates on docker - how do I specify the intermediate versions

I’m running Thingsboard CE 3.6.1 using docker on Ubuntu. I’d like to upgrade to a more recent version. Previous questions have indicated that sequential upgrades are preferable (3.6.1 > 3.6.2 > ...
tomtomnz's user avatar
  • 187
0 votes
0 answers
19 views

Content not from webpack is served from '/app' directory (Docker / Webpack)

I'm using Webpack configuration with docker. Everything working well as development step. However this is not working for my preproduction and production step. The difference between these steps is ...
Srevinu's user avatar
  • 369
0 votes
0 answers
26 views

Unable to update Node.js in pre-built Docker container

I have a project that's inside a pre-built docker container which uses Node v14. I have been let know that the container was pulled like this a long time ago: docker pull node:20-alpine.. but not much ...
Psypher's user avatar
-1 votes
0 answers
18 views

Rust Actix-Web docker container not shows up logs

I am creating an API server using the Rust actix-web framework. I am creating and checking logs (using log4rs) in the local environment without any problems. After Dockerizing, Docker runs without a ...
이경서's user avatar
0 votes
0 answers
30 views

how to test localhost API from docker container

I am a little new to docker and I trying to figure out how to use docker compose. So far I have only created a test API called "http://localhost:3000/test" which would just return a "...
Danh Nguyen's user avatar
0 votes
1 answer
34 views

Not possible to connect to redis server

I am running a .NET application inside a Docker container and trying to connect it to an Azure Redis Cache instance. While I can successfully connect to the Redis instance using redis-cli from within ...
Soundarya Venkatesh's user avatar
0 votes
2 answers
29 views

Connecting to local mysql server from within a docker container [duplicate]

I'm running a go app locally (MacOS Sonoma) that connects to a local mysql server. This works fine when I build the app and run it from the command line. When I create a container and run it - all ...
gph's user avatar
  • 1,247
0 votes
0 answers
23 views

Unable to use implicit IAM/role-based auth when using Boto3 inside Docker on EC2

I've run into a frustrating edge case that I'm now having to either introduce custom logic to work around or solve properly. I'm running a Django application inside a Docker container on EC2. I'm ...
pdoherty926's user avatar
  • 10.3k
1 vote
0 answers
22 views

Laravel Sail MySQL Connection Refused - Docker Setup Issue

Description: I am currently setting up a Laravel project using Docker and Laravel Sail. I am facing issues connecting to the MySQL service from the Laravel application. The error message indicates ...
birbhouse's user avatar
  • 148
0 votes
1 answer
24 views

How to automatically configure Docker config in Gitlab CI/CD variables?

I have some Docker components and I want to store the credentials (Docker config) in a project variable in the CI/CD settings. In the CI/CD variables settings I can set the raw config text as a ...
jeremywat's user avatar
  • 732

15 30 50 per page