Category "docker"

empty response - Docker Container ASP.NET CORE 6

I got stuck on this for quite some time and i don't know why it doesn't work. I looked into posts similair to mine but i can't fix it, (tried checking the firew

How to speed up building .net solution in docker

My current setup: App.sln src\ ----BaseProject\ -------------Dockerfile -------------BaseProject.csproj ----ProjectA\ -------------Dockerfile -------------Proje

How to stop and start Docker container from bash script Synology?

Hey guys so I'm on a synology DS218+ and I'm running docker and hosting my own instance of gitlab in it. So now I'm trying to write an update Script with bash.

Replacement in python package in Docker

GraphQL is still not supported in Django 4, so to use it I need to change the line: "from django.utils.encoding import force_text" to "from django.utils.encodin

Docker container does not respond to http request

I'm trying to send an http request through axios, from my localhost (node server) to a docker container (which contains a simple server in node too) which belon

NestJS controller not mapped

So I have an API that will be deployed in a docker container. This API has the authentications controller, simple and not something special. When I start up th

docker container users/groups: can you actually create and use them in heroku?

I know the official Heroku guidance is "don't use privileged users/groups in docker containers", but what I wonder is, can you even create and use your OWN user

VSCode Remote Containers automatically copy file from host to docker container on save

I am finding many answers on how to develop inside a container in Visual Studio Code with the Remote Containers extension, but surprisingly none address my use

Docker image Prune Filtering

Currently I am running while true; do docker system prune --all -f; sleep 6400; done In a daemonset to remove older images in my containers. Th

when i use docker-compose to install a fastapi project, i got AssertionError:

when I use docker-compose to install a fastapi project, I got AssertionError: jinja2 must be installed to use Jinja2Templates but when I use env to install it,

Error io_setup() failed (38: Function not implemented) in Nginx for ARM M1

I have a docker container with nginx. I run it on a macbook with an M1 chip and get the io_setup error() failed (38: Function not implemented).

network_mode: service:<serviceName> not working correctly

I am trying to configure a docker-compose stack with a container that connects to a VPN, and another container that exposes an HTTP service which is reachable o

Colima | Pushing ECR on AWS | failed to create LLB definition

Recently, docker desktop became paid software so I installed colima on MacOS Now, when I am trying to push my code to AWS ECR using the following command: aws e

Run ES docker image with custom port using testcontainers

I want to run a container tests that running ES image via Docker. After some research I found https://www.testcontainers.org/ and they also have a built-it ES m

How to run docker-compose automatically on startup lubuntu?

I have lubuntu 21.04 on my old PC. All is up to date. I install docker and docker-compose: sudo apt install docker docker-compose sudo systemctl enable --now do

Hide portainer container from containers list

How can I hide the portainer container from the Portainer's container list?

Apache Beam - Flink Container Docker Issue (java.io.IOException: Cannot run program "docker": error=2,)

I am processing a Kafka stream with Apache Beam by running the Beam Flink container they provide. docker run --net=host apache/beam_flink1.13_job_server:latest

Docker and playwright

Hi i have a instrucions that i need to isntall playwright inside of docker. This is my dockerfile FROM python:3.9 EXPOSE 8000 WORKDIR /fastanalytics COPY /re

Symfony autowiring issues since docker update

I'm having autowiring issues within symfony since I have updated my Docker to the latest version. I am not entirely sure of the causality here but certainly, my

Depends on Fargate ECS

I have container A this container holds my broker service that delivers messages and creates a socket that my other services connect to and then send messages t