Category "docker"

Creating container registry from Azure Bicep and deploying image to this registry in the same build pipeline in Azure Devops

I'm running into an issue in Azure Devops. I have two questions regarding the issue. The issue is that I have an Azure Bicep template that deploys a bunch of re

Why can't I access my web app from a remote container?

I have looked through past answers since this is a common question but no solution seems to work for me. I have a Springboot Java app and a postgresql database,

how to fix 404 not found error nginx on docker?

I'm trying to make docker file run in to react app.react app all ready successfully deploy but page reload get an error 404 nginx error. this is my docker file

"organization has enabled or enforced SAML SSO. To access remote: this repository" Error on Docker Build

fatal: could not read Username for 'https://github.com': terminal prompts disabled Confirm the import path was entered correctly. If this is a private repositor

Docker build context puzzle

My project structure: projectRoot/ - service/ - data.json - Dockerfile In that Dockerfile : FROM node:16.14-alpine3.14 ENV THE_DATA=/tmp/data.js

mkdir(): Permission denied error in php docker nginx

Im getting mkdir(): Permission denied error in dockerised php. I need to create folder dynamically inside /app , tried with mkdir('/app/images/' 0777, true) cho

Connection refused (Connection refused) between containers | ifnazar / docker-sybase

I have two containers in my docker-compose and my node application does not connect to Sybase database but my local machine connects version: '3' services: a

AWS SAM-lambda: Cannot import from parent directory containing a fastapi app

I'm trying to deploy a fastapi application to AWS lambda using the SAM client. The issue is that I cannot get Lambda to recognize the parent folder. I have a fa

Pygoat docker is broken

Hi I am wondering why can't I connect to the pygoat site while it is running on docker this is the repo link https://github.com/JustinDPerkins/pygoat-tm I also

Trouble running the 'sudo docker-compose up' command

Image of the error I am trying to run the 'sudo docker-compose up' command to start some services. Recently, I created some new services, but I keep getting the

Spring boot image container running in minikube not giving proper response

I am using a minikube from powershell (minikube start) I can do all the things successfully like creating the image of my spring boot rest API. Creating the con

Express server can't read key in Docker container

I am dockerizing a system that uses a pem and key to authenticate with a remote dev server. Unfortunately, it would appear that it is unable to find the file de

Jest test sometimes fails (DynamoDB integration tests)

I have Serverless application (node:14.19.1-bullseye-slim) with almost 400 tests. There are mostly functional tests with using of local DynamoDb. The problem is

Wrong PHP version used when installing composer with Alpine's apk command

I've got a docker image running 8.0 and want to upgrade to 8.1. I have updated the image to run with PHP 8.1 and want to update the dependencies in it. The new

Is there anyway to use docker composer image with custom php?

I want to use docker composer image in multistage Dockerfile for my Laravel application in order to reduce its size. The problem is that I need PHP 7.4 for my d

How to deploy fast api as a backend in docker container to heroku

I am trying to deploy a fast API todo app onto Heroku by container registry. When I build the docker image and run it in my local. I am able to access my swagge

dockerfile --platform option of the FROM instruction not work

Docker version: my base_image with multiple architecture:  Dockerfile: I use FROM --platform=linux/arm64 ${base_image} to force use the arm64 image bu

cors issue in post request while deploying laravel inside docker

I have a laravel app which is running behind nginx proxy manager. The laravel app is running inside a docker container and nuxt frontend is also running inside

How to create a server in Mathematica container?

I try to create a server in a Docker container using Wolfram Language. Docker parameters and Wolfram script, which starts a server inside it, are in the attache

Creating Docker container for a micro-service based on node.js & grpc

I am trying to build a chat-service by using node.js and grpc, where two services running on different port can communicate to each other. I have created a sing