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

Docker and ECR deployment problems with Apple Silicon M3

Overview I recently switched from an Intel machine to an M3 chip and I've been having problems with my image creation and deployment to ECR ever since. I should say, if it's not obvious, that I don't ...
Jordan Raker's user avatar
0 votes
0 answers
5 views

Create Docker container and request endpoint in Pulumi Python

So, I am trying to run a docker container and thenrequest the openapi.json. How can I set this up correctly? I do not find good resources.. # Create the Docker container start_container = docker....
Bennimi's user avatar
  • 502
0 votes
0 answers
10 views

After installing app libraries in Docker Container with UV - app don't see those libraries

I have a Flask app, which running in Docker. All running good. Now I'm trying to switch from PIP to UV. Container building no problem and showing all packages inside, but when I try to run this ...
Yury Zaryaninov's user avatar
0 votes
0 answers
21 views

Losing my mind with Linux permissions inside of Docker

I want to a accomplish a relatively simple task, which is to be able to read and write from a samba share that is attached to docker. I have several services sharing the same volume, they are mostly ...
Ícaro Lorran's user avatar
-3 votes
0 answers
13 views

kubernetes Volume mount nginx [closed]

When I float the image using nginx in the frontend container, the command 'COPY. /usr/share/nginx/html' runs well and copies all files to that path. When I form a pod with the backend container and ...
user28775503's user avatar
0 votes
1 answer
32 views

docker COPY nginx usr/share/nginx/html not copied

I built docker image and I copied current directory files into usr/share/nginx/html. FROM nginx:alpine COPY . /usr/share/nginx/html EXPOSE 80 And I defined the yaml file to be copied to the volume ...
user28775503's user avatar
1 vote
0 answers
17 views

AdminClient clientId=adminclient-1 Node 1 disconnected. Apache Kafka y Spark

I'm running a Docker Compose setup with Spark and Kafka, but I'm encountering connectivity issues when Spark tries to connect to Kafka. My docker-compose.yml file includes services for both Kafka and ...
Leynder Sánchez's user avatar
0 votes
0 answers
24 views

Alternatives to `docker commit` in this scenario?

I'm trying to build a Docker image (based on debian:latest) for cross compilation. One step within this process is the creation of a cross-compilation sysroot, which involves running the following ...
Unturned's user avatar
0 votes
0 answers
11 views

Azure web app not executing with principal identity

I'm running a web app that hosts a background service that connects to a service bus and processes messages. It also connects to a SQL Server database. The problem occurs when the service tries to ...
Dop's user avatar
  • 61
0 votes
0 answers
25 views

Docker Flask Service: ModuleNotFoundError: No module named 'flask' When Running Container, but Works Manually

I am trying to build and run a Flask-based Python service (task_manager) using Docker and Docker Compose, but I'm encountering a persistent issue. When I run the container via docker-compose up --...
Paul-Jason's user avatar
0 votes
0 answers
6 views

docker login fails while using docker-credential-secretservice

I'm fiddling arround with docker login using the "secretservice" in a testautomation like so: wget -O docker-credential-secretservice https://github.com/docker/docker-credential-helpers/...
Michael K.'s user avatar
  • 1,788
0 votes
0 answers
28 views

Services using MongoDB are working without issues, but services using PostgreSQL cannot access the database [closed]

I have three containers on my server: one running my backend code, one with MongoDB, and one with PostgreSQL. Services using MongoDB are working without issues, but services using PostgreSQL cannot ...
kubraucar's user avatar
0 votes
0 answers
18 views

linking std::filesystem on gcc 8.5 in EL8 container [duplicate]

I have an EL8 container on MacOS 14.5, running g++ 8.5 I have looked on here for similar issues and none seem to apply here or provide the solution I am looking for The following code (test.cpp) gives ...
basil's user avatar
  • 720
1 vote
0 answers
10 views

Setting up GitLab on Docker for Windows with Volumes Shared From a Linux Server

I have a GitLab instance in a Docker container running on a Synology NAS. Now, I want to move the GitLab to a Windows PC that I have, but keep the data on the NAS. To do this, I created some folders ...
LemongrabThree's user avatar
0 votes
0 answers
21 views

Can't make WebSocket connection into docker container (minimal example)

I'm unable to make a WebSocket connection into a docker container that's running a WebSocket server. Other protocols seem to connect fine, just not Websocket. (E.g. with running nats-server in a ...
ronen's user avatar
  • 2,598
2 votes
0 answers
40 views

How to Properly Inject Service Account Credentials in Google Cloud Build for Cloud Run Deployment?

I’m deploying a Laravel application to Google Cloud Run using Google Cloud Build. During the Docker build process, I need to access Google Secret Manager to inject secrets into the application code ...
ristol's user avatar
  • 41
-1 votes
0 answers
37 views

docker mit apache + phpfpm exit code1

I have a website that I would like to host in a php-fpm environment and Apache. The host page.conf looks like this. <VirtualHost *:443> #LoadModule http2_module modules/mod_http2.so ...
Paddymaster's user avatar
0 votes
0 answers
19 views

Docker image not showing laravel logs to stderr stdout in docker logs

I'm using the nixpacks template from coolify (https://coolify.io/docs/applications/laravel/) to build a docker image and run it. Everything works fine, except I do not see the error logs in the ...
Frnak's user avatar
  • 6,792
0 votes
0 answers
19 views

GRPC C++ Windows microservice Docker deployment

I have created simple GRPC C++ server which now has dependecy with GRPC dlls. I am trying to learn how to containerize this GRPC server with Docker container. Apart from base Windows docker image , ...
srajeshnkl's user avatar
0 votes
1 answer
19 views

Next.js docker compose - passing environment variable during build time

Next.js app bundles the env variables during build time. That's why I need to pass env variables as args and used them during the build stage. Now as part of the CD/CI pipeline I want to pass args ...
MiguelG's user avatar
  • 415
0 votes
0 answers
34 views

How to build docker container based on Yocto image?

I want to build docker container based on yocto to create Linux environment for Application to run on Host machine instead of actual Linux Board. I know how to build docker container based any base ...
raj123's user avatar
  • 614
0 votes
0 answers
40 views

Win32Exception: No connection could be made because the target machine actively refused it. and SqlException: Login failed for user 'SA' [duplicate]

I’m trying to run an ASP.NET project on Microsoft Visual Studio, but I get this error every time I run the project and try to sign up on the web. Before this, I used Docker and Azure Studio for the ...
amr khaled's user avatar
0 votes
0 answers
10 views

DevOps, Running Azure Pool, AzureStaticWebApp0 getting 'Docker: command not found'

Here is the relevant part of my pipeline: pool: name: (this value matches my pool in Azure screen print below) vmImage: ubuntu-22.04 - task: AzureStaticWebApp@0 inputs: app_location: '$(...
Brian Kitt's user avatar
-1 votes
0 answers
30 views

how to yum install from within RHEL universal base image (ubi)?

I'm trying to crossbuild wezterm-mux-server for the remote servers of my company that run RHEL 9.2. Since I don't have full root access I want to crossbuild them on my local machine and then just ship ...
glades's user avatar
  • 4,660
0 votes
0 answers
13 views

pd.to_datetime in Temporal activity causes bus error in Docker container

When I run this activity in a Docker container, it logs "step 1" but crashes with a bus error before logging "step 2". The issue seems to be caused by the pd.to_datetime call. Here’...
suryansh soni's user avatar
1 vote
0 answers
27 views

Trouble running client and server program with docker

i really dont know what to do anymore i sat down with gpt for 4 hours and at this points its just reapiting the same steps that doesnt slove my problem docker-compose file: services: server: ...
Itay Derazon's user avatar
0 votes
0 answers
18 views

Unable to access my server after pushing to ec2

I have dockerize my server app with nginx and ssl configuration. Below are what I am doing I use github actions to run my workflow: I have my Dockerfile and docker-compose.yml setup below FROM node:16-...
Samuel's user avatar
  • 582
0 votes
0 answers
17 views

Getting failed to solve with frontend dockerfile.v0 [closed]

I'm trying to install and configure DataFlex in a Docker container, but I encounter an error related to mounting Windows directories. Below is the error message I'm receiving and the Dockerfile I'm ...
Assis's user avatar
  • 1
0 votes
0 answers
20 views

Docker install composer in container [closed]

I want to deploy my Laravel project with docker on the server. (locally it works fine) I follow the following steps: 1. docker-compose build app 2. docker-compose up -d 3. docker-compose exec app ...
jorge arellano's user avatar
1 vote
0 answers
22 views

Upload Error in Chrome: Request Entity Too Large – Tried Everything, Still Stuck

I'm facing a persistent issue with my WordPress site when trying to upload large files in Google Chrome. The error I keep encountering is: 413 Request Entity Too Large I've tried troubleshooting this ...
TheLegendOfZelda keiner's user avatar
1 vote
0 answers
13 views

Submit flink job to jobmanger using java code and rest cluster client

I have my jobmanager and taskmanager running as docker services. In same machine, i am having other 2 microservices deployed in same docker as 2 different services (lets say MS1 and MS2). My MS1 is a ...
Banupriya's user avatar
  • 195
0 votes
0 answers
48 views

docker build timeout on macOS [closed]

It finally worked. Two conditions must be satisfied Simultaneously. 1.Inside your CLI: export http_proxy=http://your proxy:your port; export https_proxy=https://your proxy:your port; The command is ...
TossACoin's user avatar
0 votes
0 answers
21 views

System.BadImageFormatException with MetaQuotes.MT5ManagerAPI64.dll in .NET 8 Docker Container

I am running a .NET 8 application inside a Docker container, but I am encountering the following error when the application tries to load MetaQuotes.MT5ManagerAPI64.dll: Unhandled exception. System....
Finsync's user avatar
-2 votes
0 answers
21 views

How to approach hardcoding in my open source project [closed]

My open source project is a generator that creates Dockerfile and docker-compose.yml files by analyzing your project with just one command. Repository: https://github.com/currenjin/wharf Issue: https:...
currenjin's user avatar
0 votes
0 answers
20 views

Apache2 and Nginx Work Only with curl but Not in Browser, While Docker Works on the Same Ports [closed]

I am hosting two websites using Docker on a VPS running Ubuntu. Here's the breakdown of my setup: Two websites: / for the user-facing Next.js app. /admin for the React admin panel. Issues: Docker ...
Mygps's user avatar
  • 1
-2 votes
0 answers
22 views

DevOps small project on my own server: nuxtJS + laravel is docker-compose a good way? [closed]

I was wondering about how to establish CI/CD on my project. What is the best practice for that? I have server where project works without docker containers. Laravel covers backend (REST API) NuxtJS ...
Mykola Yatsenko's user avatar
0 votes
0 answers
28 views

getting error after using docker build command "docker file not found" [closed]

[+] Building 0.1s (1/1) FINISHED docker:default => [internal] load build definition from Dockerfile ...
piyush doifode's user avatar
-1 votes
0 answers
30 views

Error on mysql when running from a jenkinsfile on a docker image

I am running a WSL on my Windows11. On top of that I have a Jenkins container with a Docker-in-Docker image, so when I am running my tests through the Jenkinsfile I can create a container with the ...
user28749644's user avatar
0 votes
0 answers
13 views

error storing credentials - err: exit status 1, out: `A specified logon session does not exist. It may already have been terminated.`

In a Jenkins workflow, I have a Powershell step calling a docker login: echo "$Env:DOCKER_PASSWORD" | docker login --username "$Env:DOCKER_USERNAME" --password-stdin jedox.azurecr....
StarkesWeb's user avatar
0 votes
0 answers
20 views

mariadb(or mysql) docker container use usb drive dir as volume [closed]

Following it's my test code version: '3.8' services: mariadb: image: mariadb:10.6 container_name: test-mysql restart: always command: --transaction-isolation=READ-COMMITTED --log-bin=...
chikadance's user avatar
  • 4,107
0 votes
0 answers
12 views

Selenium Module Not Working in PowerShell Universal Docker Linux Image

I am running a Docker-based PowerShell Universal (PSU) environment on a Linux image and trying to automate tasks using the Selenium module. Despite successfully installing the module, I am facing ...
Adam Garchi's user avatar
0 votes
0 answers
11 views

Failed to execute greengrass cli command from Nodejs app (edge ubuntu machine)

I have Greengrass edge machine (which is Ubuntu machine basically). I open its terminal and run sudo /greengrass/v2/bin/greengrass-cli component list and it return me desire result. I have Nodejs app ...
micronyks's user avatar
  • 55.4k
-2 votes
0 answers
18 views

Best practise for Podman HA [closed]

we have a setup in which we have multiple podman instances of the same service on the same machine. In front of that, we have a podman service running nginx, the gateway. Nginx configuration is ...
Rage's user avatar
  • 89
0 votes
1 answer
57 views

Deployment with Minikube on Linux Mint fails SSL, works fine on Windows

I've tried to deploy an R-ShinyVerse image on a local Linux Mint machine, but even curl and apt-get install failed due to SSL errors. My Dockerfile: FROM rocker/shiny-verse:4.4.1 ARG WHEN ENV NVM_DIR ...
silverfox's user avatar
  • 1,642
1 vote
0 answers
13 views

Failing to get to run CircleCI with github

I am reading Securing DevOps By Julien Vehent and I am stuck in Chapter 2 Building a barebones DevOps pipeline. I forked and cloned the book's repository % git clone https://github.com/mictadlo/...
user3523406's user avatar
0 votes
0 answers
11 views

How to proxy / tunnel a chrome devtools websocket?

I have a very odd environment that I need to debug. Essentially, I'm in a situation where a puppeteer based webcrawler is failing to work only when it is deployed on a server in a docker container. ...
klvs's user avatar
  • 1,177
0 votes
0 answers
13 views

MariaDB in Docker - MariaDB Connector/Python was build with MariaDB Connector/C version 3.3.3, but loaded Connector/C library has version 10.3.39

I can't figure out the error in my Docker container. I am using python:3.9-buster i am downloading, I think, the correct Connector/C version for MariaDB RUN wget https://dlm.mariadb.com/2678574/...
kanadianDri3's user avatar
-2 votes
0 answers
12 views

RTSP streams are not being recorded when the application is run as a docker container [closed]

I have a node live stream recorder application which when run directly (not as a container) records both RTSP and MJPEG. When I run the same application as a docker container, it records only MJPEG ...
t4oubleee's user avatar
0 votes
0 answers
18 views

How do I use a proxy with chromium-shell-headless?

I am using AWS ECS and docker. I have chromium-shell version 129.0.6668.100-1~deb12u1 from https://snapshot.debian.org/package/chromium/ And I am using node:20.18.0-slim I'm starting a proxy server, ...
Trevor Tiernan's user avatar
0 votes
0 answers
14 views

Submitting flink job in remoteEnvironment

I have a jobmanager, taskmanger running in docker.And in separate java program/Micro service1, i created a flink job jar with all the dependencies and conf.yaml. From another MicroService2, i need to ...
Banupriya's user avatar
  • 195

1
2 3 4 5
2796