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.

0 votes
0 answers
11 views

HTTP 504 error whenever I try to make a postgres destination connector on airbyte

I'm trying to set up a destination connector for postgres on Airbyte. I'm running the postgres database on a docker container. However, after typing in all the database credentials on my local ...
Krishiv Gubba's user avatar
0 votes
0 answers
7 views

Unable to Fetch Data from Backend Server in Next.js SSR Production with Docker

Issue Frontend: Next.js Backend: Express.js While using Docker and running a Next.js server, I'm unable to fetch data from the backend server during Next SSR (Server-Side Rendering) in production. ...
Henderson's user avatar
0 votes
1 answer
12 views

How to overwrite file in docker container?

I have a docker-compose file: services: artemis: image: <artemis-image> ports: - "8161:8161" - "61616:61616" environment: ...
AbrA's user avatar
  • 470
0 votes
0 answers
9 views

Running Keycloak with SQL Server local database

I'm learning Docker and I have a question that is certainly simple, but I haven't found it anywhere yet: I want a Keycloak container to connect to the SQL Server database that is installed locally on ...
Leo's user avatar
  • 1
0 votes
0 answers
18 views

Executing 3 commands in a container

This command works az containerapp exec --name weather-scrapy-shell --resource-group rg-SportsAzureFunctionsContainer --container weather-scrapy-shell --command "/bin/sh" This command ...
Leo Torres's user avatar
1 vote
0 answers
12 views

Make Docker a proper UNIX citizen

I'm trying to write a wrapper over Docker to propagate signals and standard output in a sensible way. First, Docker doesn't handle SIGPIPE nicely: $ docker run --rm ubuntu yes | head y y y y y y y y y ...
Patrick Coppock's user avatar
-1 votes
1 answer
18 views

Access Docker-Compose services running behind a VPN from the Local Network

I am trying to set up a plex server on a debian linux box using docker-compose, a wireguard VPN, qbittorrent client, and eventually sonarr/radarr. I am having trouble accessing the qbittorrent UI from ...
ajrice6713's user avatar
0 votes
0 answers
5 views

To run nginx as a non root user in GKE - nginxinc/nginx-unprivileged:alpine-slim - on privileged port 80

https://hub.docker.com/r/nginxinc/nginx-unprivileged States that The default NGINX listen port is now 8080 instead of 80 (this is no longer necessary as of Docker 20.03 but it's still required in ...
so-random-dude's user avatar
0 votes
0 answers
19 views

Problems with COPY EXEC command

A very simple Docker Compose on Ubuntu, which shares a folder and runs a script a couple of times a day using nodemon. But I am getting the following error:FROM ubuntu:22.04 => CACHED [app 5/10] ...
Mikhail's user avatar
  • 19
0 votes
0 answers
9 views

nextcloud container has no access to datase

I use nextcloud with mariadb in docker container under Portainer. I just updated both, but now the Nextcloud container has no more access to the database. Wether over the IP nor over the alias. ...
Struppi's user avatar
  • 163
0 votes
0 answers
12 views

Springboot Java application gives sql exception when executing docker run, but works fine outside docker

I recently migrated a Weblogic Java application to Springboot and Docker. The application runs fine when it is run outside the docker using java -jar abcapp.war, but when a docker run is executed , it ...
user2280352's user avatar
0 votes
1 answer
17 views

AWS Fargate Angular dockerize application not exposed to public ip

Starting out with Fargate to try to host an Angular dockerized application with NGINX. But it just wont work when I open the public ip to see the application. However the tutorial says it would. I ...
Chris's user avatar
  • 3
0 votes
1 answer
24 views

How to display an image (picture) inside PHP using Docker bind mounts

I'm trying to upload an image using the img tag in PHP. I'm using Docker with bind mounts (read and write permission) for a non-root user for my upload folder in Docker. My image still isn't showing ...
donfontaine12's user avatar
3 votes
0 answers
25 views

Persistent Volumes using Docker Compose (Dokploy, Directus)

I'm relatively new to Docker and trying to learn self-hosting to host some small projects. I use a reasonably new PaaS tool called Dokploy to manage my containers. I have been trying to run Directus (...
Ere Männistö's user avatar
0 votes
0 answers
11 views

EPIPE error when starting Vite and React project

I'm facing a problem when trying to start my application using Vite and React, published through Jenkins and monitored by Grafana. The EPIPE error occurs repeatedly, and the application constantly ...
Wesley Raeel's user avatar

15 30 50 per page
1
2 3 4 5
9252