Skip to main content

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.

docker
0 votes
0 answers
11 views

Custom 500 page not shown in apache docker

I am trying to use php/apache in docker and I want to have a custom 500 page. I am trying it out on localhost and it never shows the page. Dockerfile FROM php:7.4-apache COPY . /var/www/html/ COPY php....
Rob Sedgwick's user avatar
  • 4,484
0 votes
0 answers
6 views

Flutter serverpod issues with sample project Mac, database seems to be missing tables

Mac M1, Serverpod 2.0.1, Flutter 3.22.2 • channel stable • https://github.com/flutter/flutter.git Framework • revision 761747bfc5 (5 weeks ago) • 2024-06-05 22:15:13 +0200 Engine • revision edd8546116 ...
Peter Eriksson's user avatar
0 votes
0 answers
8 views

Docker Compose: Unable to Add Files to Local Directory After Binding Volume (WSL Integration)

I'm using Docker Compose with WSL integration to develop a PHP application. I've defined a volume mount in my docker-compose.yml file that maps the local directory ./tap-and-stack to /var/www/html ...
Adrian Gaile Singh's user avatar
0 votes
0 answers
11 views

Looking for a way to timout docker exec in cronjob

/15 * * * * /usr/bin/docker exec 439b5f929468 python3 /app/metrics.py 2>&1 | /usr/bin/timestamp.sh >> /var/log/dedl-stack/dedl_stack.log I have a cronjob running every 15 minutes, ...
Wojas32's user avatar
0 votes
0 answers
13 views

"File not found" on the api page when loading Laravel NGINX app with docker-compose

I have an app that has a server (Laravel) and a client (nodeJS) running on a nginx server with docker-compose. I get the "File not found" error when I go to "localhost/api" page. ...
ivel's user avatar
  • 1
0 votes
0 answers
7 views

Rancher Desktop displaying images from wrong wsl distro

Windows 11, Wsl2, Rancher. I'm working on wsl distro Ubuntu. After installing Rancher, it created 2 more distros: rancher-desktop and rancher-desktop-data. In rancher UI, wsl integration I choose &...
Ann's user avatar
  • 714
0 votes
0 answers
6 views

Symfony-Mercure - Docker (https)

Good morning, I use the Mercure image to send notifications via Symfony. If I run everything locally, it works correctly, but if I try to deploy on a server with an associated domain, I have issues ...
Thunder's user avatar
0 votes
0 answers
15 views

I cannot run the image ollama correctly when I run it through docker-compose.yml

I am working on a project to analyze text messages to extract specific data from them. Regular expressions in Python don't work well because the text formats are constantly changing and there is no ...
Michael's user avatar
0 votes
0 answers
24 views

"Error: Cannot find module" for local module as package with Docker

I have two folder in my project, both are npm projects with a package.json. In the main one, I installed the other one with "utils": "file:../utils". Then, I placed my Dockerfile ...
AOL's user avatar
  • 1
0 votes
0 answers
9 views

Running Android emulators using QEMU on top of Dockers based on Ubuntu OS

We are currently trying to run Android mobile automation scripts on top of dockers with ubuntu as base image , so i created a dockerfile with the below configurations : Android Studio: Android Studio ...
Sekhar333's user avatar
1 vote
0 answers
11 views

Minio file upload freeze for files larger than 100MB with nginx on raspberry pi

I have tried a lot of different options for nginx that I have found in similar questions, but they haven't helped me: upstream minio_s3 { least_conn; server minio.localhost:9010; } upstream ...
Drew Dru's user avatar
  • 519
0 votes
0 answers
15 views

SSH-Shell, GitLab Container Registry, docker-compose: Denied Access Forbidden

I have the following problem and have not yet found a solution in any other post. I am currently working in an SSH shell and should "move" one or more apps from another SSH shell. The apps ...
FelixFeuerdorn's user avatar
-5 votes
1 answer
25 views

Docker container progress output

I am using a docker container, that dies after the function it has to perform has been finished. I want to know is there a way to know the progress of the docker container, like how much has it been ...
Ishan Shah's user avatar
0 votes
0 answers
12 views

OpenSearch custom config settings are not seen in the opensearch dashboard

I'm new to OpenSearch, and I'm trying to configure OpenSearch using few customizations. First thing is I want to setup a different authentication method using OpenID Connect instead of using the ...
Akila Induranga's user avatar
0 votes
1 answer
46 views

Use Python interpreter in Docker container in VS Code

I installed Django using Cookiecutter template for Docker and am using VS Code as my IDE. But opening Python files shows error squiggles as my default Python interpreter does not have the libraries ...
consolenine's user avatar

15 30 50 per page
1
2 3 4 5
9245