Category "docker-compose"

AWS ECS Cli vs Docker Context ECS Cli

I need to deploy an application in AWS using ECS Fargate. This application has multiple services and a docker-compose file. I see there are two main ways to do

Node.js x React x Auth0 - getting error 500 with docker-compose deployment

I'm creating a WebApp that has a React front end whose build is served by a node.js back end. There is some security implementation using Auth0 token validation

docker-compose container name use dash (-) instead of underscore (_)

I always used docker-compose on Ubuntu, in this environment containers are named with underscore: <project>_<service>_<replica> But now, I swi

Docker-Compose does not work on Windows Server 2022

I installed a new Windows Server 2022 and then followed the instructions to install Docker and Docker Compose on the Server. I also installed WSL and a Ubuntu2

Cannot start container: OCI runtime create failed: container_linux.go:349

I am using docker on my CentOS Linux release 7.8.2003 (Core) with 16 GB RAM. My docker version is Docker version 19.03.7. Docker-compose version is docker-compo

Spring Boot JDBC microservices cannot connect to MySQL in docker

I have 2 Spring Boot microservices that need to connect to a MySQL service which itself is deployed in Docker. I'm using Docker Compose but for some reason they

Send data to Logstash in docker-compose environment

I've setup the ELK stack (Elasticsearch, Logstash and Kibana) by following this Github repo. Now I want to send data to logstash, for example specifying a pipel

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

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

docker-compose - using a DockerFile or an official image

docker-compose has two ways to launch containers - one is to build from a DockerFile using the build declaration and the other is to build from an image using t

ssh-agent forwarding into docker-compose environment is not working

I have been having serious troubles to get ssh-agent forwarded into the docker container (with my docker-compose installation). I have Mac running Catalina, wit

Rollup not emitting build in docker-compose

I'm building a react app and I'm trying to have it run though a docker-compose recipe. I have it working with docker container run -p 3000:3000 --name node --rm

Change default volume mount point for docker rootless?

I saw this post with different solutions for standard docker installation: How to change the default location for "docker create volume" command? At first glanc

Cannot connect to docker daemon in intellij in ubuntu with snap

In Intellij Ultimate docker is not detected automatically. I choose "create new", but i get the message, that i cannot connect to docker daemon at unix /var/run

Docker Portainer 'failed copying supplied certs: File doesn't exist'

I'm trying to run the portainer docker with tls. This is my docker command: > docker run -d -p 9443:9443 -p 8000:8000 \ > --name portainer --restart a

Zabbix on docker-compose don't start zabbix-agent

I have used docker-compose based zabbix version 4.x in the past. When I started the environment I could count more than 5 containers, including zabbix-agent. I

Copy dockerfile files ADD instruction in superset

I have the following DockerFile FROM apache/superset:pr-19860 RUN pip install elasticsearch-dbapi RUN superset superset fab create-admin \ --user

Docker: Update container with ZERO downtime

I have a discord bot running with docker and docker-compose, how can I update the image of the container without any downtime? Its very important for me, that t

Docker Compose MongoDB docker-entrypoint-initdb.d is not working

I am using following docker-compose file version: '3.7' services: db_container: image: mongo:latest restart: always environment: MONGO_INITDB_ROOT_